WebSocketSharp Namespace
Classes
Class | Description | |
---|---|---|
CloseEventArgs |
Represents the event data for the OnClose event.
|
|
ErrorEventArgs |
Represents the event data for the OnError event.
|
|
Ext |
Provides a set of static methods for websocket-sharp.
|
|
LogData |
Represents a log data used by the Logger class.
|
|
Logger |
Provides a set of methods and properties for logging.
|
|
MessageEventArgs |
Represents the event data for the OnMessage event.
|
|
WebSocket |
Implements the WebSocket interface.
|
|
WebSocketException |
The exception that is thrown when a WebSocket gets a fatal error.
|
Enumerations
Enumeration | Description | |
---|---|---|
ByteOrder |
Specifies the byte order.
|
|
CloseStatusCode |
Indicates the status code for the WebSocket connection close.
|
|
CompressionMethod |
Specifies the compression method used to compress a message on the WebSocket connection.
|
|
LogLevel |
Specifies the logging level.
|
|
Opcode |
Indicates the WebSocket frame type.
|
|
WebSocketState |
Indicates the state of a WebSocket connection.
|