Click or drag to resize

UseWebSocket Enumeration

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
C#
public enum UseWebSocket
Members
  Member nameValueDescription
WS0 Unsecure, text-type websocket communication should be established when connecting to a SmartFoxServer 2X instance.
WSS1 Secure, text-type websocket communication should be established when connecting to a SmartFoxServer 2X instance.
WS_BIN2 Unsecure, binary-type websocket communication should be established when connecting to a SmartFoxServer 2X instance.
WSS_BIN3 Secure, binary-type websocket communication should be established when connecting to a SmartFoxServer 2X instance.
See Also