次の方法で共有


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 が返されることはありません。

適用対象