ArcObjects Library Reference (System)  

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,
  BSTR* responseContentType,
  esriWebResponseDataType* respDataType,
  responseData* responseData
);
[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

responseData [out, retval]   responseData is a parameter of type

Product Availability

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

See Also

IWebRequestHandler Interface