Esempio n. 1
0
        static void Main(string[] args)
        {
            var host     = new Host();
            var profiler = new Profiler();

            while (true)
            {
                host.AcceptProfileClient(profiler);
            }

            Console.ReadKey(true);
        }