StandardEndpointElement.InitializeFrom(ServiceEndpoint) Metod

Definition

Säkerställer att den angivna tjänstslutpunkten inte null är och att dess typ matchar den aktuella slutpunktstypen.

protected public:
 virtual void InitializeFrom(System::ServiceModel::Description::ServiceEndpoint ^ endpoint);
protected internal virtual void InitializeFrom(System.ServiceModel.Description.ServiceEndpoint endpoint);
abstract member InitializeFrom : System.ServiceModel.Description.ServiceEndpoint -> unit
override this.InitializeFrom : System.ServiceModel.Description.ServiceEndpoint -> unit
Protected Friend Overridable Sub InitializeFrom (endpoint As ServiceEndpoint)

Parametrar

endpoint
ServiceEndpoint

En slutpunkt som gör det möjligt för klienter att hitta och kommunicera med tjänsten.

Gäller för