Property IsActive
- Namespace
- DotNetBrowser.Capture
- Assembly
- DotNetBrowser.dll
IsActive
Indicates whether this capture session is active.
bool IsActive { get; }
Property Value
- bool
true
if the capture session is active,false
otherwise.
Exceptions
- ObjectDisposedException
The ISession has already been disposed.
- ConnectionClosedException
The connection to the Chromium engine is closed.