This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWCSServiceDescription Interface > IWCSServiceDescription.BaseURL Property (ArcObjects .NET 10.5 SDK) |
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,
BSTR* 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