Click or drag to resize

ICaptureSessions Property

Gets all active capture sessions of the current browser.

Namespace:  DotNetBrowser.Capture
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IReadOnlyList<ISession> Sessions { get; }

Property Value

Type: IReadOnlyListISession
All the capture sessions of the browser. If the current browser did not have any capture sessions, this will be an empty collection.
See Also