Alchemy Websockets
An extremely efficient C# WebSocket server.
Alchemy.Handlers.WebSocket.hybi10.ServerHandshake Class Reference

Implements a server handshake See http://www.whatwg.org/specs/web-socket-protocol/ for more details on the WebSocket Protocol. More...

List of all members.

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]

Detailed Description

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.


Constructor & Destructor Documentation

Initializes a new instance of the ServerHandshake class.

Parameters:
headerThe header.

Definition at line 132 of file Handshakes.cs.


Member Function Documentation

Returns a System.String that represents this instance.

Returns:
A System.String that represents this instance.

Definition at line 144 of file Handshakes.cs.


Property Documentation

Definition at line 119 of file Handshakes.cs.

Definition at line 122 of file Handshakes.cs.


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