共用方式為


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

適用於