C-DEngine 5.105

MessageEventArgs Members

The MessageEventArgs type exposes the following members.

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

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.