次の方法で共有


RedirectionException.Locations プロパティ

定義

現在の RedirectionException に関連付けられた RedirectionLocation オブジェクトのコレクションを取得します。

public:
 property System::Collections::Generic::IEnumerable<System::ServiceModel::Channels::RedirectionLocation ^> ^ Locations { System::Collections::Generic::IEnumerable<System::ServiceModel::Channels::RedirectionLocation ^> ^ get(); };
public System.Collections.Generic.IEnumerable<System.ServiceModel.Channels.RedirectionLocation> Locations { get; }
member this.Locations : seq<System.ServiceModel.Channels.RedirectionLocation>
Public ReadOnly Property Locations As IEnumerable(Of RedirectionLocation)

プロパティ値

IEnumerable<RedirectionLocation>

リダイレクトの場所のコレクション。

適用対象