Namespace System.Net.WebSockets
Classes
ClientWebSocket
Provides a client for connecting to WebSocket services.
ClientWebSocketHeaders
A Dictionary to store custom Http Headers to use with the ClientWebsocket
ClientWebSocketOptions
Options to use with a ClientWebSocket object.
MessageFrame
The base WebSocket Message frame.
MessageReceivedEventArgs
Provides data for the MessageReceived event.
ReceiveMessageFrame
The Receive Message Frame
WebSocket
The WebSocket class allows applications to send and receive data after the WebSocket upgrade has completed.
Enums
FragmentationType
Indicates the message Fragmentation Type.
Delegates
MessageReceivedEventHandler
Describes the method that will handle the event that's fired when a message that has been subscribed to has been received.
WebSocket.MessageReceivedEventHandler
Occurs when a message is received. Controller messages are handled internally and do not raise an event.