Example #1
0
 static void Main(string[] args)
 {
     HttpServer MainServer = new HttpServer("http://*:5555/");
     Console.WriteLine("Press Enter to exit");
     Console.ReadLine();
 }
Example #2
0
 static void Main(string[] args)
 {
     HttpServer MainServer = new HttpServer("http://*:5555/");
     MainServer.ServerCycle();
 }