DotNetBrowser Documentation
DotNetBrowser Documentation
DotNetBrowser API Reference
DotNetBrowser.Capture
ISession Interface
ISession Properties
IsActive Property
Source Property
ISession
IsActive Property
Indicates whether this capture session is active.
Namespace:
DotNetBrowser.Capture
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax
C#
Copy
bool
IsActive
{
get
; }
Property Value
Type:
Boolean
true
if the capture session is active,
false
otherwise.
Exceptions
Exception
Condition
ObjectDisposedException
The
ISession
has already been disposed.
ConnectionClosedException
The connection to the Chromium engine is closed.
See Also
Reference
ISession Interface
DotNetBrowser.Capture Namespace
Copyright © 2023 TeamDev Ltd. All Rights Reserved.