ConnectionEventArgs class

Defines payload for connection events like Connected/Disconnected. Added in version 1.2.0

Extends

Constructors

ConnectionEventArgs(string)

Creates and initializes an instance of this class.

Properties

sessionId

Represents the session identifier.

Constructor Details

ConnectionEventArgs(string)

Creates and initializes an instance of this class.

new ConnectionEventArgs(sessionId: string)

Parameters

sessionId

string

The session id.

Property Details

sessionId

Represents the session identifier.

string sessionId

Property Value

string

Represents the session identifier.