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