System.Net.WebSockets Namespace
.NET Framework 4.5
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
| Class | Description | |
|---|---|---|
|
ClientWebSocket | |
|
ClientWebSocketOptions | |
|
HttpListenerWebSocketContext | TBD |
|
WebSocket | The WebSocket class allows applications to send and receive data after the WebSocket upgrade has completed. |
|
WebSocketContext | Used for accessing the information in the WebSocket handshake. |
|
WebSocketException | Represents an exception that occurred when performing an operation on a WebSocket connection. |
|
WebSocketReceiveResult | An instance of this class represents the result of performing a single ReceiveAsync operation on a WebSocket. |
| Enumeration | Description | |
|---|---|---|
|
WebSocketCloseStatus | Represents well known WebSocket close codes as defined in section 11.7 of the WebSocket protocol spec. |
|
WebSocketError | Contains the list of possible WebSocket errors. |
|
WebSocketMessageType | Indicates the message type. |
|
WebSocketState | Defines the different states a WebSockets instance can be in. |