C-DEngine 5.105
WebSocket Events
The
WebSocket
type exposes the following members.
Events
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.
See Also
WebSocket Class
WebSocketSharp Namespace