Skip to main content
All docs
V23.2

AsyncDownloadPolicy.DownloadingEventArgs Properties

Contains data for the Downloading event.
Name Description
Cancel Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
IsTrustedUri Gets whether the processed resource is in a “safe” resource whitelist. Inherited from AsyncDownloadPolicy.AsyncDownloaderCancelEventArgs.
Method Gets the HTTP method.
ThrowOnNonTrustedUri Gets or sets whether to throw an exception for unwanted download requests. Inherited from AsyncDownloadPolicy.AsyncDownloaderCancelEventArgs.
Uri Gets the processed resource identifier. Inherited from AsyncDownloadPolicy.AsyncDownloaderCancelEventArgs.
ValueType Gets a value that identifies the group of controls to which an individual control (that initiated the download) belongs.
See Also