Server.getPort

Gets the TCP port that @server is listening on, if you are using the old API.

More...
class Server
uint
getPort
()

Return Value

Type: uint

the port @server is listening on.

Detailed Description

Deprecated: If you are using soup_server_listen(), etc, then use soup_server_get_uris() to get a list of all listening addresses.

Meta