ConnectionMessageEventArgs class
Constructors
Connection |
Properties
message | Gets the <see cref="ConnectionMessage"/> associated with this <see cref="ConnectionMessageEventArgs"/>. |
Methods
to |
Returns a string that represents the connection message event. |
Constructor Details
ConnectionMessageEventArgs(ConnectionMessage)
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