Alchemy Websockets
An extremely efficient C# WebSocket server.
Package Alchemy.Handlers.WebSocket.hybi00

Classes

class  Authentication
 Handles the handshaking between the client and the host, when a new connection is created. More...
class  DataFrame
 Simple WebSocket data Frame implementation. Automatically manages adding received data to an existing frame and checking whether or not we've received the entire frame yet. See http://www.whatwg.org/specs/web-socket-protocol/ for more details on the WebSocket Protocol. More...
class  Handler
 A threadsafe singleton that contains functions which are used to handle incoming connections for the WebSocket Protocol. More...
class  ClientHandshake
 An easy wrapper for the header to access client handshake data. See http://www.whatwg.org/specs/web-socket-protocol/ for more details on the WebSocket Protocol. More...
class  ServerHandshake
 Implements a server handshake See http://www.whatwg.org/specs/web-socket-protocol/ for more details on the WebSocket Protocol. More...
 All Classes Namespaces Files Functions Variables Enumerations Properties