WebSocket EventsC# API
The WebSocket type exposes the following members.
Events

  NameDescription
Public eventClosed
Occurs when the WebSocket is closed.
Public eventError
Occurs when an error occurs on the WebSocket.
Public eventReceivedMessage
Occurs when a message is received from the server
Back to Top
See Also