IVsWCFReferenceEndpoint.GetAddress Method

Definition

Returns the EndpointAddress from the configuration file.

public:
 System::String ^ GetAddress();
public:
 Platform::String ^ GetAddress();
std::wstring GetAddress();
public string GetAddress ();
abstract member GetAddress : unit -> string
Public Function GetAddress () As String

Returns

A String that contains the EndpointAddress.

Applies to