ProtocolEndpoint.ResponseLocation プロパティ

定義

応答場所を取得または設定します。 これは、省略可能な要素です。

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

現在のインスタンスの応答場所を表す URI。 既定値は、null です。

適用対象