Click or drag to resize

SessionStoppedEventArgsSession Property

Gets the ISession instance that has been stopped.

Namespace:  DotNetBrowser.Capture.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public ISession Session { get; }

Property Value

Type: ISession
The ISession instance that has been stopped.
See Also