다음을 통해 공유


EndpointDiscoveryMetadata.Address 속성

정의

EndpointDiscoveryMetadata 인스턴스가 설명하는 엔드포인트의 엔드포인트 주소를 가져오거나 설정합니다.

public:
 property System::ServiceModel::EndpointAddress ^ Address { System::ServiceModel::EndpointAddress ^ get(); void set(System::ServiceModel::EndpointAddress ^ value); };
public System.ServiceModel.EndpointAddress Address { get; set; }
member this.Address : System.ServiceModel.EndpointAddress with get, set
Public Property Address As EndpointAddress

속성 값

EndpointAddress

EndpointDiscoveryMetadata 인스턴스가 설명하는 서비스 엔드포인트의 엔드포인트 주소입니다.

적용 대상