IRESTRequestHandler Interface

Provides access to REST request for SO or SOE.

Members

Name Description
Method GetSchema Obtains REST request schema.
Method HandleRESTRequest Handles REST request for SO or SOE.

IRESTRequestHandler.GetSchema Method

Obtains REST request schema.

Public Function GetSchema ( _
) As String
public string GetSchema (
);

IRESTRequestHandler.HandleRESTRequest Method

Handles REST request for SO or SOE.

Public Function HandleRESTRequest ( _
    ByVal Capabilities As String, _
    ByVal resourceName As String, _
    ByVal operationName As String, _
    ByVal operationInput As String, _
    ByVal outputFormat As String, _
    ByVal requestProperties As String, _
    ByRef responseProperties As String _
) As Byte[]
public Byte[] HandleRESTRequest (
    string Capabilities,
    string resourceName,
    string operationName,
    string operationInput,
    string outputFormat,
    string requestProperties,
    ref string responseProperties
);

Classes that implement IRESTRequestHandler

Classes Description
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.

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