Category
WebSocket
Bidirectional WebSocket connections.Category guide
Overview
Use this overview to understand the category before opening a specific function.- See what this group of functions is meant to solve.
- Compare function names and descriptions in one table.
- Open a function for syntax, arguments, returns, and examples.
WebSocket
Available functions
| Function | Description |
|---|---|
WebSocket.Close | Closes an open WebSocket connection. |
WebSocket.connect | Opens a WebSocket connection to a URL and returns the socket handle. |
WebSocket.Send | Sends text or binary data through an open WebSocket connection. |