ClientBase<TChannel>.Endpoint 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 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> 对象。