WebSocket Events |
The WebSocket type exposes the following members.
| Name | Description | |
|---|---|---|
| OnClose |
Occurs when the WebSocket connection has been closed.
| |
| OnError |
Occurs when the WebSocket gets an error.
| |
| OnMessage |
Occurs when the WebSocket receives a message.
| |
| OnOpen |
Occurs when the WebSocket connection has been established.
|