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
Link copied to clipboard
class Builder
A builder to create and configure an ArcGISHttpClient instance.
Properties
Link copied to clipboard
The HTTP Cache used for this client.
Link copied to clipboard
The default connect timeout for new connections. Default is 10 seconds.
Link copied to clipboard
Indicates if ArcGISHttpClient.close has been called. The ArcGISHttpClient
must not be used anymore once it is closed.
Link copied to clipboard
The default read timeout for new connections. Default is 60 seconds.
Link copied to clipboard
The default write timeout for new connections. Default is 10 seconds.