PeerCustomResolverBindingElement.Address 속성

정의

이 바인딩에서 만든 확인자가 실행될 피어의 엔드포인트 주소를 가져오거나 설정합니다.

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

이 바인딩에서 만든 확인자가 실행될 피어의 네트워크 주소를 포함하는 EndpointAddress 개체입니다.

적용 대상