C-DEngine 5.105

WebSocketSharp Namespace

Classes


  Class Description
Public class CloseEventArgs
Represents the event data for the OnClose event.
Public class ErrorEventArgs
Represents the event data for the OnError event.
Public class Ext
Provides a set of static methods for websocket-sharp.
Public class LogData
Represents a log data used by the Logger class.
Public class Logger
Provides a set of methods and properties for logging.
Public class MessageEventArgs
Represents the event data for the OnMessage event.
Public class WebSocket
Implements the WebSocket interface.
Public class WebSocketException
The exception that is thrown when a WebSocket gets a fatal error.

Enumerations


  Enumeration Description
Public enumeration ByteOrder
Specifies the byte order.
Public enumeration CloseStatusCode
Indicates the status code for the WebSocket connection close.
Public enumeration CompressionMethod
Specifies the compression method used to compress a message on the WebSocket connection.
Public enumeration LogLevel
Specifies the logging level.
Public enumeration Opcode
Indicates the WebSocket frame type.
Public enumeration WebSocketState
Indicates the state of a WebSocket connection.