This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWMSServiceDescription Interface > IWMSServiceDescription.FireWMSRequest Method (ArcObjects .NET 10.4 SDK) |
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