đWebsocket Library
Connect:
Connects with
url
and will return the instance representing the connection.
Send:
Sends
text
to the websocket connection.
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. |
Last updated