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> 物件。