Get the SmartFoxServer Flash API version.


The current version of the SmartFoxServer client API.

Version:
SmartFoxServer Basic / Pro

The following example shows how to trace the SmartFoxServer API version.
CopyC#

Debug.WriteLine("Current API version: " + smartFox.GetVersion());