socket-host
ErrorsCollection

socket-host

Synthesised documentation from type/IO/Socket/Async type/IO/Socket/Async/ListenSocket

From type/IO/Socket/Async

See Original text in context

method socket-host(--> Str)

Returns the IP address of the local end of this socket.

From type/IO/Socket/Async/ListenSocket

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.