Alchemy Websockets
An extremely efficient C# WebSocket server.
Alchemy.Handlers.WebSocket.hybi00.Authentication Class Reference

Handles the handshaking between the client and the host, when a new connection is created. More...

Inheritance diagram for Alchemy.Handlers.WebSocket.hybi00.Authentication:
Alchemy.Handlers.Authentication Alchemy.Handlers.IAuthentication

List of all members.

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)

Detailed Description

Handles the handshaking between the client and the host, when a new connection is created.

Definition at line 12 of file Authentication.cs.


Member Function Documentation

override bool Alchemy.Handlers.WebSocket.hybi00.Authentication.CheckAuthentication ( Context  context) [protected, virtual]

Implements Alchemy.Handlers.Authentication.

Definition at line 27 of file Authentication.cs.

Definition at line 22 of file Authentication.cs.

Definition at line 17 of file Authentication.cs.


Member Data Documentation

Definition at line 15 of file Authentication.cs.

Definition at line 14 of file Authentication.cs.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties