다음을 통해 공유


HttpAddressBinding.Location 속성

정의

XML Web services의 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

Port의 URI를 지정하는 문자열입니다. 기본값은 빈 문자열("")입니다.

예제

WebServices_HttpBinding#4

적용 대상