Click or drag to resize

MessageEventArgsRawData Property

Gets the message data as an array of Byte.

Namespace:  Sfs2X.WebSocketSharp
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public byte[] RawData { get; }

Property Value

Type: Byte
An array of Byte that represents the message data.
See Also