ChannelFactory.Endpoint 속성

정의

팩터리에서 만든 채널이 연결되는 서비스 엔드포인트를 가져옵니다.

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입니다.

적용 대상