AsyncDownloadPolicy Events
Allows you to spot, analyze, and prohibit unwanted download requests.Name | Description |
---|---|
ConfigureHttpClient static |
Allows you to customize settings of a standard HttpClient component that DevExpress components use to download data (the default proxy, base address, cache size, and more).
|
Downloaded static | Fires once the download has completed. |
Downloading static | Allows you to spot an initiated download, check connection parameters, and cancel (or allow, if the SuppressAll() policy is active) the operation. |
Failed static | |
Probing static | Allows you to spot the probing of external resources before an actual attempt to download data. |
See Also