Esempio n. 1
0
        public void TestInitialize()
        {
            this.Server = new TcpReactiveServer(EndPoint);

            this.Clients = new ConcurrentBag <TcpClient>();
        }
Esempio n. 2
0
 public void TestInitialize()
 {
     this.Server = new TcpReactiveServer(EndPoint);
     this.Server.Start();
 }