WebSocket ReceivedMessage EventC# API
Occurs when a message is received from the server

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

public event EventHandler<WebSocketMessageEventArgs> ReceivedMessage
Remarks

Once the WebSocket has been opened, the server may send messages at any time. This event is raised whenever a message arrives from the server. Note that the event will be raised on a different thread to the thread that opened the WebSocket.
See Also