This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Constants > E > esriHttpMethod Constants (ArcObjects .NET 10.4 SDK) |
The HTTP methods.
Constant | Value | Description |
---|---|---|
esriHttpMethodPost | 0 | The HTTP Post method. |
esriHttpMethodGet | 1 | The HTTP Get method. |
esriHttpMethodPut | 2 | The HTTP Put method. |
esriHttpMethodDelete | 3 | The HTTP Delete method. |
esriHttpMethodHead | 4 | The HTTP Head method. |
esriHttpMethodTrace | 5 | The HTTP Trace method. |
esriHttpMethodOptions | 6 | The HTTP Options method. |