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工厂生成的通道连接到的通道。

适用于