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
。