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