IVsWCFReferenceEndpoint.GetAddress Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.