AsyncDownloadPolicy.AsyncDownloaderCancelEventArgs Properties
The base class for AsyncDownloadPolicy.ProbingEventArgs and AsyncDownloadPolicy.DownloadingEventArgs classes.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. |
ThrowOnNonTrustedUri | Gets or sets whether to throw an exception for unwanted download requests. |
Uri | Gets the processed resource identifier. |
See Also