The following tables list the members exposed by AbstractClient.
Name | Description | |
---|---|---|
![]() | AbstractClient Constructor | Overloaded. Initializes a new instance of the AbstractClient 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 . |
![]() | ProxyUrl | The URL to proxy the request through. |
![]() | RequestTimeout | The request timeout in seconds. A value less than or equal to zero prevents request timeout. Default: 0 . |
![]() | Token | Token for accessing a secure HTTP client. |
![]() | TokenProvider | Provider responsible for updating the security token if the last one expires. |
![]() | TokenService | Sevice responsible for token-based authentication. |
![]() | Url | Base URL of the task. |
Name | Description | |
---|---|---|
![]() ![]() | CombineUrl | Combines a base URL with a suffix. |
![]() | Send | Sends a request to HTTP service. |
Name | Description | |
---|---|---|
![]() | DecodeResult | Decodes a result string to a JSON object. |
![]() | IsTokenExpired | Tests that the fault reason is the expired or invalid or absent security token. |
![]() | PrepareUrl | Prepares HTTP request URL combining it from a base URL and a suffix using the CombineUrl method. |
![]() | PrepareVariables | Prepares URL variables. |
![]() | ProcessResult | Processes the decoded object for the given request. |