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


IWMSClientEvents.WMSRequest Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWMSClientEvents Interface > IWMSClientEvents.WMSRequest Event
ArcGIS Developer Help

IWMSClientEvents.WMSRequest Event

Fired when the an URL request is made to WMS server.

[Visual Basic .NET]
Public Event WMSRequest As WMSRequestEventHandler
[C#]
public event WMSRequestEventHandler WMSRequest
[C++]
HRESULT WMSRequest(
  IWMSServiceDescription* pService,
  BSTR requestType,
  BSTR requestURL
);
[C++]
Parameters
pService [in]

pService is a parameter of type IWMSServiceDescription* 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.

Remarks

A WMSException occurs whenever a WMS server throws an exception after a WMSRequest.  The exception will is defined by the WMS specifications.

See Also

IWMSClientEvents Interface