C-DEngine 5.105

MessageEventArgs Properties

The MessageEventArgs type exposes the following members.

Properties


  Name Description
Public property Data
Gets the message data as a String.
Public property IsBinary
Gets a value indicating whether the message type is binary.
Public property IsPing
Gets a value indicating whether the message type is ping.
Public property IsText
Gets a value indicating whether the message type is text.
Public property RawData
Gets the message data as an array of Byte.
Public property Type Obsolete.
Gets the message type.