SmartFox is the main class in the SmartFoxServer 2X API.

Namespace: Sfs2X
Assembly: SmartFox2 (in SmartFox2.dll) Version: 0.9.14.0

Syntax

C#
public class SmartFox : IDispatchable

Remarks

This class is responsible for connecting to the Server and dispatching all asynchronous events.

NOTE: in the provided examples, smartFox always indicates a SmartFox instance.

Version 1.0.0

Author The gotoAndPlay() Team and Thomas Hentschel Lund from Full Control
http://www.smartfoxserver.com
http://www.gotoandplay.it
http://www.fullcontrol.dk

Inheritance Hierarchy

System..::..Object
  Sfs2X..::..SmartFox

See Also