Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The WebSocket Protocol Component API defines these functions.
In this section
Topic | Description |
---|---|
WebSocketAbortHandle |
aborts a WebSocket session handle created by WebSocketCreateClientHandle or WebSocketCreateServerHandle. |
WebSocketBeginClientHandshake |
begins the client-side handshake. |
WebSocketBeginServerHandshake |
begins the server-side handshake. |
WebSocketCompleteAction |
completes an action started by WebSocketGetAction. |
WebSocketCreateClientHandle |
creates a client-side WebSocket session handle. |
WebSocketCreateServerHandle |
creates a server-side WebSocket session handle. |
WebSocketDeleteHandle |
deletes a WebSocket session handle created by WebSocketCreateClientHandle or WebSocketCreateServerHandle. |
WebSocketEndClientHandshake |
completes the client-side handshake. |
WebSocketEndServerHandshake |
completes the server-side handshake. |
WebSocketGetAction |
returns an action from a call to WebSocketSend, WebSocketReceive or WebSocketCompleteAction. |
WebSocketGetGlobalProperty |
gets a single WebSocket property. |
WebSocketReceive |
adds a receive operation to the protocol component operation queue. |
WebSocketSend |
adds a send operation to the protocol component operation queue. |