ClentProxSocketList发送到服务器端) 存储客户端发送的数据 List<Socket>ClentProxSocketList&61;new List<Socket>();endregion public 服务器端_MainFrm() { InitializeComponent();} region 启动服务&...
连接到指定服务器的指定端口 方法参考:http://msdn.microsoft.com/zh-cn/library/system.net.sockets.socket.connect.aspx socket.Connect("localhost",4530);Console.WriteLine("connect to the server");Console....