Property Sessions
- Namespace
- DotNetBrowser.Capture
- Assembly
- DotNetBrowser.dll
Sessions
Gets all active capture sessions of the current browser.
IReadOnlyList<ISession> Sessions { get; }
Property Value
- IReadOnlyList<ISession>
All the capture sessions of the browser. If the current browser did not have any capture sessions, this will be an empty collection.