Click or drag to resize

InterruptedEventArgsInterruptionReason Property

Gets the possible download interruption reason.

Namespace:  DotNetBrowser.Downloads.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public DownloadInterruptionReason InterruptionReason { get; }

Property Value

Type: DownloadInterruptionReason
The download interruption reason.
See Also