Click or drag to resize

DownloadState Enumeration

The download state.

Namespace:  DotNetBrowser.Downloads
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public enum DownloadState
Members
  Member nameValueDescription
InProgress1 The download is in progress.
Complete2 The download is completely finished.
Cancelled3 The download has been cancelled.
Interrupted4 The download has been interrupted.
See Also