| Class | Description |
|---|---|
| Draft |
Base class for everything of a websocket specification which is not common such as the way the handshake is read or frames are transfered.
|
| Draft_10 | Deprecated |
| Draft_17 | Deprecated |
| Draft_6455 |
Implementation for the RFC 6455 websocket protocol
This is the recommended class for your websocket connection
|
| Draft_75 | Deprecated |
| Draft_76 | Deprecated |
| Enum | Description |
|---|---|
| Draft.CloseHandshakeType |
Enum which represents type of handshake is required for a close
|
| Draft.HandshakeState |
Enum which represents the states a handshake may be in
|
Copyright © 2017. All rights reserved.