HttpServer.listen

Listen on the given TCP address and port. If port is 0, listen on a random available port. Returns the port that the server is actually listening on.

  1. ushort listen(ushort port, string addr)
    class HttpServer
    ushort
    listen
    (
    ushort port
    ,
    string addr = null
    )
  2. void listen(AddressInfo[] addresses)

Meta