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> 对象。

适用于

另请参阅