WebSocketMessage RawData Property C# API
Get the contents of the message.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public byte[] RawData { get; }
Remarks

If the message is a text message, then use Text instead.
See Also