getHttpPort

Availability:

SmartFoxServer Pro (1.5.0 or higher)

Usage:

smartFox.getHttpPort()

Description:

The TCP port used by the embedded webserver. By default it is set to 8080.

Parameters:

none      

Returns:

Returns the TCP port used by the embedded webserver.

Example:

 put("httpPort is: " & smartfox.getHttpPort())

See also:

setHttpPort(), uploadFile()