IDataServiceHost.ResponseLocation プロパティ

定義

サービスの場所を取得または設定します。

public:
 property System::String ^ ResponseLocation { System::String ^ get(); void set(System::String ^ value); };
public string ResponseLocation { get; set; }
member this.ResponseLocation : string with get, set
Public Property ResponseLocation As String

プロパティ値

サービスの場所を含む文字列。

次の URI には、部分文字列 http://myhost/myservice.svc内のサービスの場所が含まれています。

http://myhost/myservice.svc/Customers, the response location would be http://myhost/myservice.svc

注釈

このプロパティは null または string.Emptyを返しません。

適用対象