Aracılığıyla paylaş


ClientBase<TChannel>.Endpoint Özellik

Tanım

WCF istemcisinin bağlanabileceği hizmet için hedef uç noktayı alır.

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

Özellik Değeri

ServiceEndpoint

Hedef uç nokta.

Açıklamalar

Endpoint nesnesini kullanmadan önce incelemek veya değiştirmek üzere nesnesini almak System.ServiceModel.Description.ServiceEndpoint için ClientBase<TChannel> özelliğini kullanın.

Şunlara uygulanır

Ayrıca bkz.