Пример #1
0
 public static void Main(string[] args)
 {
     WebSocketServerTest WSServerTest = new WebSocketServerTest();
     WSServerTest.Start();
 }
Пример #2
0
        public static void Main(string[] args)
        {
            WebSocketServerTest WSServerTest = new WebSocketServerTest();

            WSServerTest.Start();
        }