IDataServiceHost.ResponseLocation 属性

获取或设置服务位置。

命名空间:  System.Data.Services
程序集:  Microsoft.Data.Services(在 Microsoft.Data.Services.dll 中)

语法

声明
Property ResponseLocation As String
    Get
    Set
用法
Dim instance As IDataServiceHost
Dim value As String

value = instance.ResponseLocation

instance.ResponseLocation = value
string ResponseLocation { get; set; }
property String^ ResponseLocation {
    String^ get ();
    void set (String^ value);
}
abstract ResponseLocation : string with get, set
function get ResponseLocation () : String
function set ResponseLocation (value : String)

属性值

类型:System.String
包含服务位置的字符串。

注释

此属性不会返回 null 或 string.Empty。

示例

以下的 URI 包含子子字符串 http://myhost/myservice.svc 中的服务位置。

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

请参阅

参考

IDataServiceHost 接口

System.Data.Services 命名空间