|
Alchemy Websockets
An extremely efficient C# WebSocket server.
|
Implements a server handshake See http://www.whatwg.org/specs/web-socket-protocol/ for more details on the WebSocket Protocol. More...
Public Member Functions | |
| ServerHandshake () | |
| ServerHandshake (Header header) | |
| Initializes a new instance of the ServerHandshake class. | |
| override string | ToString () |
| Returns a System.String that represents this instance. | |
Properties | |
| string | Accept [get, set] |
| string | SubProtocol [get, set] |
| Dictionary< string, string > | AdditionalFields [get, set] |
Implements a server handshake See http://www.whatwg.org/specs/web-socket-protocol/ for more details on the WebSocket Protocol.
Definition at line 107 of file Handshakes.cs.
Definition at line 124 of file Handshakes.cs.
Initializes a new instance of the ServerHandshake class.
| header | The header. |
Definition at line 132 of file Handshakes.cs.
| override string Alchemy.Handlers.WebSocket.hybi10.ServerHandshake.ToString | ( | ) |
Returns a System.String that represents this instance.
Definition at line 144 of file Handshakes.cs.
string Alchemy.Handlers.WebSocket.hybi10.ServerHandshake.Accept [get, set] |
Definition at line 119 of file Handshakes.cs.
Dictionary<string, string> Alchemy.Handlers.WebSocket.hybi10.ServerHandshake.AdditionalFields [get, set] |
Definition at line 122 of file Handshakes.cs.
string Alchemy.Handlers.WebSocket.hybi10.ServerHandshake.SubProtocol [get, set] |
Definition at line 120 of file Handshakes.cs.
Referenced by Alchemy.Handlers.WebSocket.hybi10.Authentication.CheckAuthentication().