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


IWCSClientEvents.WCSRequest Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWCSClientEvents Interface > IWCSClientEvents.WCSRequest Method
ArcGIS Developer Help

IWCSClientEvents.WCSRequest Method

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

[Visual Basic .NET]
Public Sub WCSRequest ( _
    ByVal pService As IWCSServiceDescription, _
    ByVal requestType As String, _
    ByVal requestURL As String _
)
[C#]
public void WCSRequest (
    IWCSServiceDescription pService,
    string requestType,
    string requestURL
);
[C++]
HRESULT WCSRequest(
  IWCSServiceDescription* pService,
  BSTR requestType,
  BSTR requestURL
);
[C++]
Parameters
pService [in]

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

IWCSClientEvents Interface