Endpoint.GetAddress Method

Definition

Gets the address of the endpoint.

Overloads

GetAddress()

Gets the address of the endpoint.

GetAddress(ServiceHostBase)

Gets the address of the endpoint using the specified ServiceHostBase instance.

GetAddress()

Gets the address of the endpoint.

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

Returns

The EndpointAddress of the endpoint.

Applies to

GetAddress(ServiceHostBase)

Gets the address of the endpoint using the specified ServiceHostBase instance.

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

The ServiceHostBase instance to use.

Returns

The EndpointAddress of the endpoint.

Applies to