This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IR > IRequestHandler Interface > IRequestHandler.HandleStringRequest Method (ArcObjects .NET 10.4 SDK) |
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