IVsWCFReferenceEndpoint.GetBinding 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 endpoint Binding from the configuration file.
public:
System::String ^ GetBinding();
public:
Platform::String ^ GetBinding();
std::wstring GetBinding();
public string GetBinding ();
abstract member GetBinding : unit -> string
Public Function GetBinding () As String
Returns
A String that contains the Binding.