ArcGIS API for Silverlight - Library Reference
ArcGISWebClient.HttpMethods Enumeration
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace : ArcGISWebClient.HttpMethods Enumeration

Represents the types of HTTP protocol methods that can be used with an HTTP request.

Syntax

Visual Basic (Declaration) 
Public Enum ArcGISWebClient.HttpMethods 
   Inherits System.Enum
C# 
public enum ArcGISWebClient.HttpMethods : System.Enum 

Remarks

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.

Members

MemberDescription
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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Client.ArcGISWebClient.HttpMethods

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.