This document is archived and information here might be outdated. Recommended version. |
Base url for given capability and request method.
[Visual Basic .NET] Public Function get_BaseURL ( _ ByVal capability As String, _ ByVal requestMethod As String _ ) As String
[C#] public string get_BaseURL ( string capability, string requestMethod );
[C++]
HRESULT get_BaseURL(
BSTR capability,
BSTR requestMethod,
System.String* BaseURL
);
[C++]
Parameters capability [in]
capability is a parameter of type BSTR requestMethod [in]
requestMethod is a parameter of type BSTR BaseURL [out, retval]
BaseURL is a parameter of type BSTR*