DotNetBrowser Documentation
DotNetBrowser Documentation
DotNetBrowser API Reference
DotNetBrowser.Downloads
IDownload Interface
IDownload Properties
Browser Property
Info Property
IsPaused Property
State Property
IDownload
State Property
Gets the current download state.
Namespace:
DotNetBrowser.Downloads
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntax
C#
Copy
DownloadState
State
{
get
; }
Property Value
Type:
DownloadState
The current download state.
Exceptions
Exception
Condition
ObjectDisposedException
The
IDownload
has already been disposed.
ConnectionClosedException
The connection to the Chromium engine is closed.
See Also
Reference
IDownload Interface
DotNetBrowser.Downloads Namespace
Copyright © 2023 TeamDev Ltd. All Rights Reserved.