The available websocket connection modes to be passed to the SmartFox class constructor.
Namespace:
Sfs2X.Util
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax Members
| Member name | Value | Description |
---|
| WS | 0 |
Unsecure, text-type websocket communication should be established when connecting to a SmartFoxServer 2X instance.
|
| WSS | 1 |
Secure, text-type websocket communication should be established when connecting to a SmartFoxServer 2X instance.
|
| WS_BIN | 2 |
Unsecure, binary-type websocket communication should be established when connecting to a SmartFoxServer 2X instance.
|
| WSS_BIN | 3 |
Secure, binary-type websocket communication should be established when connecting to a SmartFoxServer 2X instance.
|
See Also