GenericServer.start

Starts the server on the given address. The server can be started using an ip/port combination (if the port is not given the game's default one will be used), and an optional handler (for the management of the players) and a query.

  1. void start(Address address, Query query)
  2. void start(string ip, ushort port, Query query)
  3. void start(string ip, Query query)
    class GenericServer
    final shared
    void
    start
    (
    string ip
    ,
    shared Query query = null
    )

Meta