Exemplo n.º 1
0
        static void Main(string[] args)
        {
            var settings = Configuration.ProcessComandLineArguments(args);

            PuppetListener.Init(settings);

            Parallel.Invoke(() => BuildWebHost(settings).Run(), PuppetListener.StartListen);
        }
Exemplo n.º 2
0
 private static void StartTcpListner()
 {
     PuppetListener.StartListen();
 }