다음을 통해 공유


SoapAddressBinding.Location 속성

정의

Port을 적용할 SoapAddressBinding의 URI를 나타내는 값을 가져오거나 설정합니다.

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

URI가 포함된 문자열입니다. 기본값은 빈 문자열("")입니다.

예제

SoapBinding_SoapOperationBinding#12

적용 대상