SmartFoxServer Unity/.NET API
GetVersion Method
NamespacesSmartFoxClientAPISmartFoxClientGetVersion()()()
Get the SmartFoxServer Flash API version.
Declaration Syntax
C#Visual BasicVisual C++
public string GetVersion()
Public Function GetVersion As String
public:
String^ GetVersion()
Return Value
The current version of the SmartFoxServer client API.
Remarks

Version:
SmartFoxServer Basic / Pro

Examples
The following example shows how to trace the SmartFoxServer API version.
CopyC#
Trace.WriteLine("Current API version: " + smartFox.GetVersion());

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