Example #1
0
 static void Main(string[] args)
 {
     HttpServer MainServer = new HttpServer("http://*:5555/");
     MainServer.ServerCycle();
 }