The following tables list the members exposed by ArcGISWebClient.
Name | Description | |
---|---|---|
ArcGISWebClient Constructor | Initializes a new instance of the ArcGISWebClient class. |
Name | Description | |
---|---|---|
ClientCertificate | Gets or sets the client certificate that is sent to the host and used to authenticate the request. | |
Credentials | Gets or sets the network credentials that are sent to the host and used to authenticate the request. | |
DefaultCachePolicy | A System.Net.Cache.RequestCachePolicy object that defines how the web requests will be cached (if at all). If this value is not set, the System.Net.Cache.RequestCacheLevel used in web requests is Default. | |
DisableClientCaching | Indicates whether a timestamp parameter ("_ts") has to be added to the request to prevent it from being loaded from the browser's cache. | |
IsBusy | Gets a value that indicates whether a Web request is in progress. | |
ProxyUrl | Gets or sets the URL to proxy the request through. |
Name | Description | |
---|---|---|
CancelAsync | Cancels a pending asynchronous operation. | |
DownloadStringAsync | Downloads asynchronously the resource specified as a System.Uri. | |
DownloadStringTaskAsync | Downloads asynchronously the resource specified as a System.Uri. | |
OpenReadAsync | Opens a readable stream containing the specified resource. | |
OpenReadTaskAsync | Opens a readable stream containing the specified resource. | |
PostMultipartAsync | Downloads asynchronously the resource specified as a System.Uri. | |
PostMultipartTaskAsync | Downloads asynchronously the resource specified as a System.Uri. |
Name | Description | |
---|---|---|
DownloadStringCompleted | Occurs when an asynchronous download string operation completes. | |
OpenReadCompleted | Occurs when an asynchronous operation to open a stream containing a resource completes. | |
PostMultipartCompleted | Occurs when an asynchronous operation to post multipart content completes. |