Click or drag to resize

SmartFox Constructor

Creates a new SmartFox instance.

Namespace:  Sfs2X
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public SmartFox()
Examples
The following example instantiates the SmartFox class without enabling the debug messages:
SmartFox sfs = new SmartFox();
See Also