다음을 통해 공유


HttpOperationBinding.Location 속성

정의

WSDL(웹 서비스 설명 언어) 문서 내에서, HttpAddressBinding이 지정하는 위치에 상대적이며 HttpOperationBinding이 지원하는 작업에 상대적인 URL을 가져오거나 설정합니다.

public:
 property System::String ^ Location { System::String ^ get(); void set(System::String ^ value); };
public string Location { get; set; }
member this.Location : string with get, set
Public Property Location As String

속성 값

String

상대 경로를 나타내는 인코딩되지 않은 문자열입니다. 기본값은 빈 문자열("")입니다.

적용 대상