static void Main(string[] args) { Server server = new Server("172.21.0.16", 6688); server.StartSocket(); Console.ReadKey(); }