示例#1
0
        /// <summary>
        ///
        /// </summary>
        /// <param name="args"></param>
        static void Main(string[] args)
        {
            HttpListenerService httpListenerService = new HttpListenerService();

            httpListenerService.OnStart(args);
            Console.ReadLine();
        }