Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

System.Net.WebSockets

System Library

Author Microsoft
Version 10.0.1
Tags

Public Types

System.​Net.​WebSockets

Represents the result of performing a single <see cref="M:System.Net.WebSockets.WebSocket.ReceiveAsync(System.Memory{System.Byte},System.Threading.CancellationToken)" /> operation on a <see cref="T:System.Net.WebSockets.WebSocket" /> .
class WebSocket
The WebSocket class allows applications to send and receive data after the WebSocket upgrade has completed.
Represents well known WebSocket close codes as defined in section 11.7 of the WebSocket protocol spec.
Used for accessing the information in the WebSocket handshake.
Options that control how a <see cref="T:System.Net.WebSockets.WebSocket" /> is created.
Options to enable per-message deflate compression for <see cref="T:System.Net.WebSockets.WebSocket" /> .
Contains the list of possible WebSocket errors.
Represents an exception that occurred when performing an operation on a WebSocket connection.
Flags for controlling how the <see cref="T:System.Net.WebSockets.WebSocket" /> should send a message.
Indicates the message type.
An instance of this class represents the result of performing a single ReceiveAsync operation on a WebSocket.
Defines the different states a WebSockets instance can be in.
Provides a <see cref="T:System.IO.Stream" /> that delegates to a wrapped <see cref="P:System.Net.WebSockets.WebSocketStream.WebSocket" /> .