Visual Basic (Declaration) | |
---|---|
Public Enum ArcGISWebClient.HttpMethods Inherits System.Enum |
C# | |
---|---|
public enum ArcGISWebClient.HttpMethods : System.Enum |
For very small ArcGISWebClient operations developers can explicitly specify the ArcGISWebClient.HttpMethod Property to use the ArcGISWebClient.HttpMethods.Get Enumeration. Whenever communication is over 256 characters in the Url between the client and ArcGISServer you should use the ArcGISWebClient.HttpMethods.Post Enumeration. Typically however, you should leave the ArcGISWebClient.HttpMethod unspecified, which will by default use the ArcGISWebClient.HttpMethods.Auto Enumeration. The ArcGISWebClient.HttpMethods.Auto lets the application choose the best communication method to use based upon the request being made and the capabilities of the client host container.
Member | Description |
---|---|
Auto | The HTTP protocol is defined automatically depending of the length of the parameters. |
Get | Represents an HTTP GET protocol method. |
Post | Represents an HTTP POST protocol method. |
System.Object
System.ValueType
System.Enum
ESRI.ArcGIS.Client.ArcGISWebClient.HttpMethods
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8