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


IRequestHandler.HandleStringRequest Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IRequestHandler.HandleStringRequest Method

Handles a SOAP string request.

[Visual Basic .NET]
Public Function HandleStringRequest ( _
    ByVal Capabilities As String, _
    ByVal request As String _
) As String
[C#]
public string HandleStringRequest (
    string Capabilities,
    string request
);
[C++]
HRESULT HandleStringRequest(
  BSTR Capabilities,
  BSTR request,
  BSTR* response
);
[C++]

Parameters Capabilities [in] Capabilities is a parameter of type BSTR request [in] request is a parameter of type BSTR response [out, retval] response is a parameter of type BSTR

Product Availability

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

See Also

IRequestHandler Interface