IWebSocketMessage.Data Method
Gets the binary data of the WebSocket message. For Text messages, this will return the UTF-8 encoded bytes of the text.
Syntax
Unit: Sparkle.WebSocket
function IWebSocketMessage.Data: TArray<Byte>; virtual; abstract;