Click or drag to resize

Sfs2X.WebSocketSharp Namespace

 
Classes
  ClassDescription
Public classCloseEventArgs
Represents the event data for the OnClose event.
Public classErrorEventArgs
Represents the event data for the OnError event.
Public classExt
Provides a set of static methods for websocket-sharp.
Public classLogData
Represents a log data used by the Logger class.
Public classLogger
Provides a set of methods and properties for logging.
Public classMessageEventArgs
Represents the event data for the OnMessage event.
Public classWebSocket
Implements the WebSocket interface.
Public classWebSocketException
The exception that is thrown when a fatal error occurs in the WebSocket communication.
Enumerations
  EnumerationDescription
Public enumerationByteOrder
Specifies the byte order.
Public enumerationCloseStatusCode
Indicates the status code for the WebSocket connection close.
Public enumerationCompressionMethod
Specifies the method for compression.
Public enumerationLogLevel
Specifies the logging level.
Public enumerationWebSocketState
Indicates the state of a WebSocket connection.