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


esriHttpMethod Constants (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

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.