ArcObjects Library Reference (GISClient)  

IWMSServiceDescription.BaseURL Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IWMSServiceDescription Interface