/// <summary> /// /// </summary> /// <param name="args"></param> static void Main(string[] args) { HttpListenerService httpListenerService = new HttpListenerService(); httpListenerService.OnStart(args); Console.ReadLine(); }