IVsWCFReferenceEndpoint.GetContract Method

Definition

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.

Applies to