đWebSocket
Close
Closes the WebSocket connection.
Event
Description
.OnMessage
Activated when a message is receieved over the websocket connection.
.OnClose
Activated when the websocket connection is closed.
Connect
Connects with
url
and will return the instance representing the connection.
Send
Sends
text
to the WebSocket connection.
Last updated