Should the application use the proxy for all requests? This property assumes that the Proxy property has been set to a valid URL. Default value is false.

Namespace:  ESRI.ArcGIS.VE
  (in ArcGISVE.exe)

Syntax

JScript
 function get AlwaysUseProxy () : Boolean
 function set AlwaysUseProxy (value : Boolean)

Remarks

When this property is false and the Proxy is set, then the proxy is used only when the length of the request querystring exceeds 2000 characters. This is appropriate when the application creates lengthy requests such as when using a large geometry object for selection. This property is typically set to true when the services used in the application require token authentication, and the token should not be sent to the client but instead reside on the server.

See Also