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