ChannelFactory.Endpoint 属性

定义

获取由工厂产生的通道所要连接的服务终结点。

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

适用于