Click or drag to resize

IDownloadState Property

Gets the current download state.

Namespace:  DotNetBrowser.Downloads
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
DownloadState State { get; }

Property Value

Type: DownloadState
The current download state.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IDownload has already been disposed.
ConnectionClosedExceptionThe connection to the Chromium engine is closed.
See Also