Click or drag to resize

MessageEventArgs Properties

The MessageEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyData
Gets the message data as a String.
Public propertyIsBinary
Gets a value indicating whether the message type is binary.
Public propertyIsPing
Gets a value indicating whether the message type is ping.
Public propertyIsText
Gets a value indicating whether the message type is text.
Public propertyRawData
Gets the message data as an array of Byte.
Top
See Also