MessageEventArgs Class
Represents the event data for the OnMessage event.
Namespace:
WebSocketSharpAssembly: C-DEngine (in C-DEngine.dll)
Remarks
A OnMessage event occurs when the WebSocket receives a text or binary message, or a ping if the EmitOnPing property is set to true.
If you would like to get the message data, you should access the Data or RawData property.