コード例 #1
0
ファイル: Program.cs プロジェクト: hypertonyc/toursbackend
 static void Main(string[] args)
 {
     HttpServer MainServer = new HttpServer("http://*:5555/");
     MainServer.ServerCycle();
 }