Provides access to members that control handing of request messages.
Members
Name | Description | |
---|---|---|
HandleBinaryRequest | Handles a binary request. | |
HandleStringRequest | Handles a SOAP string request. |
IRequestHandler.HandleBinaryRequest Method
Handles a binary request.
Public Function HandleBinaryRequest ( _
    ByRef request As Byte[]& _
) As Byte[]
public Byte[] HandleBinaryRequest (
    ref Byte[]& request
);
IRequestHandler.HandleStringRequest Method
Handles a SOAP string request.
Public Function HandleStringRequest ( _
    ByVal Capabilities As String, _
    ByVal request As String _
) As String
public string HandleStringRequest (
    string Capabilities,
    string request
);
Classes that implement IRequestHandler
Classes | Description |
---|---|
GeometryServer (esriGeoDatabase) | Provides access to standard operations on geometric 'value' objects. The input geometries are never modified by these operations. Designed for use in building web services and web applications. |
GeometryServerImpl (esriGeometry) | Provides access to standard operations on geometric 'value' objects. The input geometries are never modified by these operations. Designed for use in building web services or other kinds of distributed applications. |
ImageServer (esriCarto) | The ArcGIS Server Image Server class. |
MapServer (esriCarto) | The MapServer component provides programmatic access to the contents of a map document on disk, and creates images of the map contents based on user requests. Designed for use in building map-based web services and web applications. |