This document is archived and information here might be outdated.  Recommended version.


IWCSServiceDescription.BaseURL Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWCSServiceDescription Interface > IWCSServiceDescription.BaseURL Property
ArcGIS Developer Help

IWCSServiceDescription.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,
  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*

Product Availability

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

See Also

IWCSServiceDescription Interface