Skip to main content
All docs
V26.1
  • 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 Occurs if an external resource fails to load.
    Probing static Allows you to detect and intercept attempts to probe the availability of external resources before a connection request occurs.
    See Also