Click or drag to resize

BlueBoxCfg Class

The BlueBoxCfg class stores the configuration parameters for the BlueBox connection. When a socket connection fails the BlueBox can help the client connect to the server via HTTP tunnel.
Inheritance Hierarchy
SystemObject
  Sfs2X.UtilBlueBoxCfg

Namespace:  Sfs2X.Util
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public class BlueBoxCfg

The BlueBoxCfg type exposes the following members.

Constructors
  NameDescription
Public methodBlueBoxCfg
Top
Properties
  NameDescription
Public propertyIsActive
Indicates whether the SmartFoxServer's BlueBox should be enabled or not.
Public propertyPollingRate
Specifies the BlueBox polling speed.
Public propertyProxy
Proxy server settings for the BlueBox.
Public propertyUseHttps
Forces the BlueBox connection to use an HTTPS tunnel instead of standard HTTP.
Top
See Also