Provides access to members that control handing of request messages.
Members
Name | Description | |
---|---|---|
HandleBinaryRequest | Handles a binary request. | |
HandleBinaryRequest2 | Handles a binary request with explicit capabilities. | |
HandleStringRequest | Handles a SOAP string request. |
IRequestHandler2.HandleBinaryRequest2 Method
Handles a binary request with explicit capabilities.
Public Function HandleBinaryRequest2 ( _
    ByVal Capabilities As String, _
    ByRef request As Byte[]& _
) As Byte[]
public Byte[] HandleBinaryRequest2 (
    string Capabilities,
    ref Byte[]& request
);
Inherited Interfaces
Interfaces | Description |
---|---|
IRequestHandler | Provides access to members that control handing of request messages. |
Classes that implement IRequestHandler2
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. |
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. |