WebSocket Protocol Component API Functions
The WebSocket Protocol Component API defines these functions.
In this section
| Topic | Description |
|---|---|
|
aborts a WebSocket session handle created by WebSocketCreateClientHandle or WebSocketCreateServerHandle. | |
|
begins the client-side handshake. | |
|
begins the server-side handshake. | |
|
completes an action started by WebSocketGetAction. | |
|
creates a client-side WebSocket session handle. | |
|
creates a server-side WebSocket session handle. | |
|
deletes a WebSocket session handle created by WebSocketCreateClientHandle or WebSocketCreateServerHandle. | |
|
completes the client-side handshake. | |
|
completes the server-side handshake. | |
|
returns an action from a call to WebSocketSend, WebSocketReceive or WebSocketCompleteAction. | |
|
gets a single WebSocket property. | |
|
adds a receive operation to the protocol component operation queue. | |
|
adds a send operation to the protocol component operation queue. |