EndpointReference.Uri 속성

정의

엔드포인트 참조의 주소를 지정하는 URI를 가져옵니다.

public:
 property Uri ^ Uri { Uri ^ get(); };
public Uri Uri { get; }
member this.Uri : Uri
Public ReadOnly Property Uri As Uri

속성 값

Uri

엔드포인트 참조의 주소입니다.

설명

wsa:EndpointReference 요소의 wsa:Address 자식 요소의 내용을 나타냅니다.

적용 대상