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

適用於