IDataServiceHost.ResponseLocation プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
サービスの場所を取得または設定します。
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 が返されることはありません。