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


IWebRequestHandler.HandleStringWebRequest Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IW > IWebRequestHandler Interface > IWebRequestHandler.HandleStringWebRequest Method
ArcGIS Developer Help

IWebRequestHandler.HandleStringWebRequest Method

Handles a request with explicit capabilities.

[Visual Basic .NET]
Public Function HandleStringWebRequest ( _
    ByVal httpMethod As esriHttpMethod, _
    ByVal requestURL As String, _
    ByVal queryString As String, _
    ByVal Capabilities As String, _
    ByVal requestData As String, _
    ByRef responseContentType As String, _
    ByRef respDataType As esriWebResponseDataType _
) As Byte[]
[C#]
public Byte[] HandleStringWebRequest (
    esriHttpMethod httpMethod,
    string requestURL,
    string queryString,
    string Capabilities,
    string requestData,
    ref string responseContentType,
    ref esriWebResponseDataType respDataType
);
[C++]
HRESULT HandleStringWebRequest(
  esriHttpMethod httpMethod,
  BSTR requestURL,
  BSTR queryString,
  BSTR Capabilities,
  BSTR requestData,
  System.String* responseContentType,
  esriWebResponseDataType* respDataType
);
[C++]
Parameters
httpMethod [in]

httpMethod is a parameter of type esriHttpMethod requestURL [in]
requestURL is a parameter of type BSTR queryString [in]
queryString is a parameter of type BSTR Capabilities [in]
Capabilities is a parameter of type BSTR requestData [in]
requestData is a parameter of type BSTR responseContentType [out]
responseContentType is a parameter of type BSTR* respDataType [out]
respDataType is a parameter of type esriWebResponseDataType*

Product Availability

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

See Also

IWebRequestHandler Interface