The following tables list the members exposed by BAServerClient.
Name | Description | |
---|---|---|
![]() | BAServerClient Constructor | Overloaded. Initializes a new instance of the BAServerClient class. |
Name | Description | |
---|---|---|
![]() | ActiveDatasetID | Active dataset ID. |
![]() | DisableClientCaching | If true, adds a timestamp parameter ("_ts") to the REST request to prevent the request from being loaded from the browser's cache. Default: false . (Inherited from ESRI.ArcGIS.Client.BACore.Client.AbstractClient) |
![]() | IsFullErrorMessage | Produce a full error message with stack trace (true) or without stack trace (false). |
![]() | ProxyUrl | The URL to proxy the request through. (Inherited from ESRI.ArcGIS.Client.BACore.Client.AbstractClient) |
![]() | RequestTimeout | The request timeout in seconds. A value less than or equal to zero prevents request timeout. Default: 0 . (Inherited from ESRI.ArcGIS.Client.BACore.Client.AbstractClient) |
![]() | Token | Token for accessing a secure HTTP client. (Inherited from ESRI.ArcGIS.Client.BACore.Client.AbstractClient) |
![]() | TokenProvider | Provider responsible for updating the security token if the last one expires. (Inherited from ESRI.ArcGIS.Client.BACore.Client.AbstractClient) |
![]() | TokenService | Sevice responsible for token-based authentication. (Inherited from ESRI.ArcGIS.Client.BACore.Client.AbstractClient) |
![]() | Url | Base URL of the task. (Inherited from ESRI.ArcGIS.Client.BACore.Client.AbstractClient) |
Name | Description | |
---|---|---|
![]() | Send | Sends a request to HTTP service. (Inherited from ESRI.ArcGIS.Client.BACore.Client.AbstractClient) |
Name | Description | |
---|---|---|
![]() | AddResultProcessor | Registers a processor of a result which will convert a JSON decoded object to an object of the specified type. (Inherited from ESRI.ArcGIS.Client.BACore.Client.BAClient) |
![]() | DecodeResult | Decodes a result string to a JSON object. (Inherited from ESRI.ArcGIS.Client.BACore.Client.AbstractClient) |
![]() | IsTokenExpired | Overridden. Recognizes the "token expired" error. |
![]() | PrepareUrl | Prepares HTTP request URL combining it from a base URL and a suffix. (Inherited from ESRI.ArcGIS.Client.BACore.Client.BAClient) |
![]() | PrepareUrlSuffix | Prepares task URL suffix. (Inherited from ESRI.ArcGIS.Client.BACore.Client.BAClient) |
![]() | PrepareVariables | Overridden. Adds the compatibility option. |
![]() | ProcessResult | Processes the JSON decoded object for the given request. (Inherited from ESRI.ArcGIS.Client.BACore.Client.BAClient) |
![]() | Implicitly casts a string value to a new BAServerClient instance. |