ClientBase<TChannel>.Endpoint Egenskap

Definition

Hämtar målslutpunkten för tjänsten som WCF-klienten kan ansluta till.

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

Egenskapsvärde

Målslutpunkten.

Kommentarer

Använd egenskapen Endpoint för att hämta objektet System.ServiceModel.Description.ServiceEndpoint för att inspektera eller ändra innan du använder objektet ClientBase<TChannel> .

Gäller för

Se även