Endpoint.GetAddress Methode

Definitie

Hiermee haalt u het adres van het eindpunt op.

Overloads

Name Description
GetAddress()

Hiermee haalt u het adres van het eindpunt op.

GetAddress(ServiceHostBase)

Hiermee haalt u het adres van het eindpunt op met behulp van het opgegeven ServiceHostBase exemplaar.

GetAddress()

Hiermee haalt u het adres van het eindpunt op.

public:
 System::ServiceModel::EndpointAddress ^ GetAddress();
public System.ServiceModel.EndpointAddress GetAddress();
member this.GetAddress : unit -> System.ServiceModel.EndpointAddress
Public Function GetAddress () As EndpointAddress

Retouren

Het EndpointAddress eindpunt.

Van toepassing op

GetAddress(ServiceHostBase)

Hiermee haalt u het adres van het eindpunt op met behulp van het opgegeven ServiceHostBase exemplaar.

public:
 System::ServiceModel::EndpointAddress ^ GetAddress(System::ServiceModel::ServiceHostBase ^ host);
public System.ServiceModel.EndpointAddress GetAddress(System.ServiceModel.ServiceHostBase host);
member this.GetAddress : System.ServiceModel.ServiceHostBase -> System.ServiceModel.EndpointAddress
Public Function GetAddress (host As ServiceHostBase) As EndpointAddress

Parameters

host
ServiceHostBase

Het ServiceHostBase exemplaar dat moet worden gebruikt.

Retouren

Het EndpointAddress eindpunt.

Van toepassing op