Click or drag to resize

BlueBoxCfgUseHttps Property

Forces the BlueBox connection to use an HTTPS tunnel instead of standard HTTP.

Namespace:  Sfs2X.Util
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public bool UseHttps { get; set; }

Property Value

Type: Boolean
Remarks
IMPORTANT NOTE: this mode should be used exclusively if you're deploying your app to iOS devices, since Apple doesn't accept HTTP connections. All other platforms should always use standard HTTP, because the protocol is already encrypted when cryptography is activated. In other words the BlueBox transmits an encrypted protocol over a standard HTTP tunnel, which is perfectly secure.
See Also