MessageEventArgs Properties |
The MessageEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| Data |
Gets the message data as a String.
| |
| IsBinary |
Gets a value indicating whether the message type is binary.
| |
| IsPing |
Gets a value indicating whether the message type is ping.
| |
| IsText |
Gets a value indicating whether the message type is text.
| |
| RawData |
Gets the message data as an array of Byte.
|