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

Значение свойства

Целевая конечная точка.

Комментарии

Endpoint Используйте свойство для получения System.ServiceModel.Description.ServiceEndpoint объекта для проверки или изменения перед использованием ClientBase<TChannel> объекта.

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

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