Table of Contents

Class SessionEventArgs

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

Session event arguments.

public class SessionEventArgs
Inheritance
SessionEventArgs

Properties

Session

Gets or sets the session.

public ICDPSession Session { get; set; }

Property Value

ICDPSession