Example #1
0
        public void StartWithRandomPort()
        {
            int safePort = ServerNetworkHelper.getAvailablePort(8080);                   //8080 is just the first try

            Start(safePort);
        }
Example #2
0
 public string getServerURL()
 {
     return(ServerNetworkHelper.getServerURL(this));
 }