Udostępnij za pośrednictwem


Endpoint.GetAddress Metoda

Definicja

Pobiera adres punktu końcowego.

Przeciążenia

GetAddress()

Pobiera adres punktu końcowego.

GetAddress(ServiceHostBase)

Pobiera adres punktu końcowego przy użyciu określonego ServiceHostBase wystąpienia.

GetAddress()

Pobiera adres punktu końcowego.

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

Zwraca

Punkt EndpointAddress końcowy.

Dotyczy

GetAddress(ServiceHostBase)

Pobiera adres punktu końcowego przy użyciu określonego ServiceHostBase wystąpienia.

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

Parametry

host
ServiceHostBase

Wystąpienie ServiceHostBase do użycia.

Zwraca

Punkt EndpointAddress końcowy.

Dotyczy