The SmartFoxClient contructor.


- debug (Boolean)
- turn on the debug messages (optional).

The following example shows how to instantiate the SmartFoxClient class enabling the debug messages.
CopyC#

SmartFoxServer smartFox = new SmartFoxServer(true);