ArcObjects Library Reference (GISClient)  

IWMSServiceDescription.FireWMSRequest Method

Notifies listeners about the URL request made to this WMS Service.

[Visual Basic .NET]
Public Sub FireWMSRequest ( _
    ByVal requestType As String, _
    ByVal requestURL As String _
)
[C#]
public void FireWMSRequest (
    string requestType,
    string requestURL
);
[C++]
HRESULT FireWMSRequest(
  BSTR requestType,
  BSTR requestURL
);
[C++]

Parameters

requestType [in]   requestType is a parameter of type BSTR requestURL [in]   requestURL is a parameter of type BSTR

Product Availability

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

See Also

IWMSServiceDescription Interface