SmartFoxServer Unity/.NET API
SmartFoxClient Constructor (debug)
NamespacesSmartFoxClientAPISmartFoxClientSmartFoxClient(Boolean)
The SmartFoxClient contructor.
Declaration Syntax
C#Visual BasicVisual C++
public SmartFoxClient(
	bool debug
)
Public Sub New ( _
	debug As Boolean _
)
public:
SmartFoxClient(
	bool debug
)
Parameters
debug (Boolean)
turn on the debug messages (optional).
Examples
The following example shows how to instantiate the SmartFoxClient class enabling the debug messages.
CopyC#
SmartFoxServer smartFox = new SmartFoxServer(true);

Assembly: SmartFoxClient (Module: SmartFoxClient) Version: 1.2.4.0 (1.2.4.0)