ProtocolEndpoint.ResponseLocation プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
応答場所を取得または設定します。 これは、省略可能な要素です。
public:
property Uri ^ ResponseLocation { Uri ^ get(); void set(Uri ^ value); };
public Uri ResponseLocation { get; set; }
member this.ResponseLocation : Uri with get, set
Public Property ResponseLocation As Uri
プロパティ値
現在のインスタンスの応答場所を表す URI。 既定値は、null
です。