Share via


ConnectionMessageEventArgs class

Constructors

ConnectionMessageEventArgs(ConnectionMessage)

Properties

message

Gets the <see cref="ConnectionMessage"/> associated with this <see cref="ConnectionMessageEventArgs"/>.

Methods

toString()

Returns a string that represents the connection message event.

Constructor Details

ConnectionMessageEventArgs(ConnectionMessage)

new ConnectionMessageEventArgs(message: ConnectionMessage)

Parameters

Property Details

message

Gets the <see cref="ConnectionMessage"/> associated with this <see cref="ConnectionMessageEventArgs"/>.

ConnectionMessage message

Property Value

Method Details

toString()

Returns a string that represents the connection message event.

function toString(): string

Returns

string