Click or drag to resize

ISessionIsActive Property

Indicates whether this capture session is active.

Namespace:  DotNetBrowser.Capture
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
bool IsActive { get; }

Property Value

Type: Boolean
true if the capture session is active, false otherwise.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe ISession has already been disposed.
ConnectionClosedExceptionThe connection to the Chromium engine is closed.
See Also