WebSocketMessage PropertiesC# API
The WebSocketMessage type exposes the following members.
Properties

  NameDescription
Public propertyAsXml
Gets an XML DOM representation of this message.
Public propertyCharEncoding
Gets or sets the encoding to use to decode text in this message.
Public propertyIsBinary
Gets a value indicating whether this message is a binary message.
Public propertyLength
Gets the length in bytes of this message
Public propertyRawData
Get the contents of the message.
Public propertyText
Get the contents of the message.
Back to Top
See Also