다음을 통해 공유


WsdlEndpointConversionContext.Endpoint 속성

정의

내보내거나 가져오려는 ServiceEndpoint를 가져옵니다.

public:
 property System::ServiceModel::Description::ServiceEndpoint ^ Endpoint { System::ServiceModel::Description::ServiceEndpoint ^ get(); };
public System.ServiceModel.Description.ServiceEndpoint Endpoint { get; }
member this.Endpoint : System.ServiceModel.Description.ServiceEndpoint
Public ReadOnly Property Endpoint As ServiceEndpoint

속성 값

ServiceEndpoint

내보내거나 가져오려는 ServiceEndpoint입니다.

설명

내보내기 또는 가져오기에 대한 서비스 엔드포인트 설명을 가져오려면 Endpoint 속성을 사용합니다.

적용 대상