Table of Contents

Class TransportClosedEventArgs

Namespace
PuppeteerSharp.Transport
Assembly
PuppeteerSharp.dll
public class TransportClosedEventArgs : EventArgs
Inheritance
TransportClosedEventArgs

Constructors

TransportClosedEventArgs(string)

Initializes a new instance of the TransportClosedEventArgs class.

public TransportClosedEventArgs(string closeReason)

Parameters

closeReason string

Close reason.

Properties

CloseReason

Gets or sets the close reason.

public string CloseReason { get; set; }

Property Value

string