ClientBase<TChannel>.Endpoint 속성

정의

WCF 클라이언트가 연결할 수 있는 서비스의 대상 엔드포인트를 가져옵니다.

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

대상 엔드포인트입니다.

설명

속성을 Endpoint 사용하여 개체를 사용하기 전에 검사하거나 수정할 개체를 ClientBase<TChannel> 가져옵니다System.ServiceModel.Description.ServiceEndpoint.

적용 대상

추가 정보