Esri Business Analyst Server API for Silverlight 2.2 Reference
AbstractClient Class Members
See Also  Properties  Methods  Send Feedback
ESRI.ArcGIS.Client.BACore.Client Namespace : AbstractClient Class


Glossary Item Box

The following tables list the members exposed by AbstractClient.

Protected Constructors

 NameDescription
Protected ConstructorAbstractClient ConstructorOverloaded. Initializes a new instance of the AbstractClient class.  
Top

Public Properties

 NameDescription
Public PropertyDisableClientCachingIf true, adds a timestamp parameter ("_ts") to the REST request to prevent the request from being loaded from the browser's cache.
Default: false.  
Public PropertyProxyUrl The URL to proxy the request through.  
Public PropertyRequestTimeoutThe request timeout in seconds. A value less than or equal to zero prevents request timeout.
Default: 0.  
Public PropertyToken Token for accessing a secure HTTP client.  
Public PropertyTokenProvider Provider responsible for updating the security token if the last one expires.  
Public PropertyTokenService Sevice responsible for token-based authentication.  
Public PropertyUrl Base URL of the task.  
Top

Public Methods

 NameDescription
Public Methodstatic (Shared in Visual Basic)CombineUrl Combines a base URL with a suffix.  
Public MethodSend Sends a request to HTTP service.  
Top

Protected Methods

 NameDescription
Protected MethodDecodeResult Decodes a result string to a JSON object.  
Protected MethodIsTokenExpired Tests that the fault reason is the expired or invalid or absent security token.  
Protected MethodPrepareUrl Prepares HTTP request URL combining it from a base URL and a suffix using the CombineUrl method.  
Protected MethodPrepareVariables Prepares URL variables.  
Protected MethodProcessResult Processes the decoded object for the given request.  
Top

See Also

© 2010-2012 Esri, Inc. All Rights Reserved.