port

expect var port: Int?(source)

The port number on which to configure the listener (between 0 and 65535, inclusive).

A port number of 0 (the default) tells the OS to choose some available port.

actual var port: Int?(source)
actual var port: Int?(source)