ArcObjects Library Reference (GISClient)  

IWMSClientEvents Interface

Provides access to events that occur when a URL request is made to the WMS server.

Product Availability

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

Members

Description
Event WMSException Fired when the an URL request is made to WMS server and the server fails with a valid exception.
Event WMSRequest Fired when the an URL request is made to WMS server.

CoClasses that implement IWMSClientEvents

CoClasses and Classes Description
WMSClientEventsListener (esriSystemUtility) Helper coclass to provide IWMSClientEvents support to the C++ API.
WMSConnection The Connection for WMS.

Remarks

IWMSClientEvents provides two methods that allow to listen for WMS requests and exceptions.  A WMSException occurs whenever a WMS server throws an exception after a WMSRequest.  The exception will is defined by the WMS specifications.  A WMSRequest occurs whenever a layer based on a WMSConnection makes a GetMap or GetFeatureInfo request to the WMS server.