DotNetBrowser Documentation
DotNetBrowser Documentation
DotNetBrowser API Reference
DotNetBrowser.Downloads
IDownload Interface
IDownload Properties
Browser Property
Info Property
IsPaused Property
State Property
IDownload
IsPaused Property
Indicates whether this download is paused.
Namespace:
DotNetBrowser.Downloads
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntax
C#
Copy
bool
IsPaused
{
get
; }
Property Value
Type:
Boolean
true
if the download is paused,
false
otherwise.
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 © 2024 TeamDev Ltd. All Rights Reserved.