0 out of 1 rated this helpful - Rate this topic

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
Public class ClientWebSocket
Public class ClientWebSocketOptions
Public class HttpListenerWebSocketContext TBD
Public class WebSocket The WebSocket class allows applications to send and receive data after the WebSocket upgrade has completed.
Public class WebSocketContext Used for accessing the information in the WebSocket handshake.
Public class WebSocketException Represents an exception that occurred when performing an operation on a WebSocket connection.
Public class WebSocketReceiveResult An instance of this class represents the result of performing a single ReceiveAsync operation on a WebSocket.
  Enumeration Description
Public enumeration WebSocketCloseStatus Represents well known WebSocket close codes as defined in section 11.7 of the WebSocket protocol spec.
Public enumeration WebSocketError Contains the list of possible WebSocket errors.
Public enumeration WebSocketMessageType Indicates the message type.
Public enumeration WebSocketState Defines the different states a WebSockets instance can be in.
Did you find this helpful?
(1500 characters remaining)