This document is archived and information here might be outdated.  Recommended version.


esriHttpMethod Constants (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Constants > E > esriHttpMethod Constants
ArcGIS Developer Help

esriHttpMethod Constants

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.

Product Availability

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