The TCP port used by the embedded webserver.
The default port is 8080; if the webserver is listening on a different port number, this property should be set to that value.
The default port is 8080; if the webserver is listening on a different port number, this property should be set to that value.


Since:
SmartFoxServer Pro v1.5.0
Version:
SmartFoxServer Basic / Pro

The following example shows how to retrieve the webserver's current http port.
CopyC#

Debug.WriteLine("HTTP port is: " + smartfox.httpPort);