Arc GISHttp Client
Execute HTTP network requests to ArcGIS resources with this object. The ArcGISHttpClient
takes care of authentication with Network- and ArcGIS-secured resources. A singleton instance of ArcGISHttpClient
can be obtained from ArcGISEnvironment.arcGISHttpClient.
Since
200.0.0
See also
Types
A builder to create and configure an ArcGISHttpClient instance.
Properties
The HTTP Cache used for this client.
The default connect timeout for new connections. Default is 10 seconds.
Indicates if ArcGISHttpClient.close has been called. The ArcGISHttpClient
must not be used anymore once it is closed.
The default read timeout for new connections. Default is 60 seconds.
The default write timeout for new connections. Default is 10 seconds.
Functions
Returns a FileDownloadTask that downloads a file from the given url to the specified destinationFile. A FileDownloadTask supports pausing, resuming and cancelling the download. For the download to start, call FileDownloadTask.start.