Asynchronous Communication Functions
WebAsyncPreparePush Function
Prepares an asynchronous communication channel for the push model.
WebAsyncPreparePoll Function
Prepares an asynchronous communication channel for the poll model.
WebAsyncPrepareLongPoll Function
Prepares an asynchronous communication channel for the long poll model.
WebAsyncGetResponseHeaders Function
Retrieves the HTTP headers of the response.
WebAsyncStop Function
Stops an asynchronous communication channel and aborts outstanding requests of this channel.
WebSocketConnect Function
Connects to a WebSocket server and establishes an asynchronous bidirectional communication channel.
WebSocketConnectSync Function
Connects to a WebSocket server and establishes a synchronous bidirectional communication channel.
WebSocketClose Function
Closes the WebSocket communication channel.
WebSocketSendTextMessage Function
Sends a text message to the WebSocket server. The function does not wait for a response.
WebSocketSendBinaryMessage Function
Sends a binary message to the WebSocket server. The function does not wait for a response.
WebSocketReceiveMessage Function
Receives a WebSocket message from the server.
Parent topic:
Web Functions Reference
Related concepts
Testing WebSocket Connections