|
Alchemy Websockets
An extremely efficient C# WebSocket server.
|
Handles the handshaking between the client and the host, when a new connection is created. More...
Public Member Functions | |
| void | SetOrigin (string origin) |
| void | SetLocation (string location) |
Static Public Attributes | |
| static string | Origin = string.Empty |
| static string | Location = string.Empty |
Protected Member Functions | |
| override bool | CheckAuthentication (Context context) |
Handles the handshaking between the client and the host, when a new connection is created.
Definition at line 12 of file Authentication.cs.
| override bool Alchemy.Handlers.WebSocket.hybi00.Authentication.CheckAuthentication | ( | Context | context | ) | [protected, virtual] |
Implements Alchemy.Handlers.Authentication.
Definition at line 27 of file Authentication.cs.
| void Alchemy.Handlers.WebSocket.hybi00.Authentication.SetLocation | ( | string | location | ) |
Definition at line 22 of file Authentication.cs.
| void Alchemy.Handlers.WebSocket.hybi00.Authentication.SetOrigin | ( | string | origin | ) |
Definition at line 17 of file Authentication.cs.
string Alchemy.Handlers.WebSocket.hybi00.Authentication.Location = string.Empty [static] |
Definition at line 15 of file Authentication.cs.
string Alchemy.Handlers.WebSocket.hybi00.Authentication.Origin = string.Empty [static] |
Definition at line 14 of file Authentication.cs.