Click or drag to resize

SessionStartedEventArgsSession Property

Gets the ISession instance that has been started.

Namespace:  DotNetBrowser.Browser.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 started.
See Also