com.esri.arcgis.system
Interface esriHttpMethod

All Superinterfaces:
Serializable

public interface esriHttpMethod
extends Serializable

The HTTP methods.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Field Summary
static int esriHttpMethodDelete
          The HTTP Delete method.
static int esriHttpMethodGet
          The HTTP Get method.
static int esriHttpMethodHead
          The HTTP Head method.
static int esriHttpMethodOptions
          The HTTP Options method.
static int esriHttpMethodPost
          The HTTP Post method.
static int esriHttpMethodPut
          The HTTP Put method.
static int esriHttpMethodTrace
          The HTTP Trace method.
 

Field Detail

esriHttpMethodPost

static final int esriHttpMethodPost
The HTTP Post method.

See Also:
Constant Field Values

esriHttpMethodGet

static final int esriHttpMethodGet
The HTTP Get method.

See Also:
Constant Field Values

esriHttpMethodPut

static final int esriHttpMethodPut
The HTTP Put method.

See Also:
Constant Field Values

esriHttpMethodDelete

static final int esriHttpMethodDelete
The HTTP Delete method.

See Also:
Constant Field Values

esriHttpMethodHead

static final int esriHttpMethodHead
The HTTP Head method.

See Also:
Constant Field Values

esriHttpMethodTrace

static final int esriHttpMethodTrace
The HTTP Trace method.

See Also:
Constant Field Values

esriHttpMethodOptions

static final int esriHttpMethodOptions
The HTTP Options method.

See Also:
Constant Field Values