IRequestHandler2 Interface

Provides access to members that control handing of request messages.

Members

Name Description
Method HandleBinaryRequest Handles a binary request.
Method HandleBinaryRequest2 Handles a binary request with explicit capabilities.
Method 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.