The following tables list the members exposed by BAClient.
Name | Description | |
---|---|---|
![]() | BAClient Constructor | Overloaded. Initializes a new instance of the BAClient class. |
Name | Description | |
---|---|---|
![]() | 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) |
![]() | 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. |
![]() | DecodeResult | Decodes a result string to a JSON object. (Inherited from ESRI.ArcGIS.Client.BACore.Client.AbstractClient) |
![]() | IsTokenExpired | Tests that the fault reason is the expired or invalid or absent security token. (Inherited from ESRI.ArcGIS.Client.BACore.Client.AbstractClient) |
![]() | PrepareUrl | Overridden. Prepares HTTP request URL combining it from a base URL and a suffix. |
![]() | PrepareUrlSuffix | Prepares task URL suffix. |
![]() | PrepareVariables | Overridden. Sets "json" value for "f" variable. |
![]() | ProcessResult | Overridden. Processes the JSON decoded object for the given request. |