Contains the event data associated with a WebSocket.OnMessage event.
A WebSocket.OnMessage event occurs when the WebSocket receives a text or binary message, or a Ping if the WebSocket.EmitOnPing property is set to true.
If you would like to get the message data, you should access the Data or RawData property.