IWebSocketContext Interface
IIS 7.0
Represents context support for bi-directional WebSocket communications over a single TCP socket.
The following table lists the methods exposed by the IWebSocketContext interface.
Name | Description |
|---|---|
Cancels all remaining input or output operations. | |
Signals the close of the TCP connection. The connection will not shut down until both sides acknowledge the close. | |
Retrieves the close status code for the connection. | |
Reads a data fragment from an asynchronous connection. | |
Signals the close of a WebSocket connection. | |
Writes a data fragment to an asynchronous connection. |