See Original text in context
method socket-host(--> Str)
Returns the IP address of the local end of this socket.
See Original text in context
method socket-host(--> Promise)
Returns a Promise that will be kept with a Str|/type/Str
containing the address of the listening socket.