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 используется, чтобы получить объект System.ServiceModel.Description.ServiceEndpoint для проверки или изменения до использования объекта ClientBase<TChannel>.

Применяется к

См. также раздел