The WebSocketMessage type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
AsXml |
Gets an XML DOM representation of this message.
| |
CharEncoding |
Gets or sets the encoding to use to decode text in this message.
| |
IsBinary |
Gets a value indicating whether this message is a binary message.
| |
Length |
Gets the length in bytes of this message
| |
RawData |
Get the contents of the message.
| |
Text |
Get the contents of the message.
|
See Also