예제 #1
0
파일: Program.cs 프로젝트: khizar-17/Test-1
        static void Main(string[] args)
        {
            var appHost = new ServerEventsAppHost()
                          .Init()
                          .Start("http://*:10000/");

            "Started MultiChannelServer on http://macbook:10000/ ...".Print();
            "Press Enter to Quit".Print();

            Console.ReadLine();
        }
예제 #2
0
        static void Main(string[] args)
        {
            var appHost = new ServerEventsAppHost()
                .Init()
                .Start("http://*:10000/");

            "Started MultiChannelServer on http://macbook:10000/ ...".Print();
            "Press Enter to Quit".Print();

            Console.ReadLine();
        }