MessageEventArgs Members
The MessageEventArgs type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ToString | (Inherited from Object.) |
Properties
| 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.
|
|
|
Type | Obsolete.
Gets the message type.
|