The WebSocket type exposes the following members.
Back to Top
Events
Name | Description | |
---|---|---|
Closed |
Occurs when the WebSocket is closed.
| |
Error |
Occurs when an error occurs on the WebSocket.
| |
ReceivedMessage |
Occurs when a message is received from the server
|
See Also