C#TCPIP服务器端和客户端异步处理,都分别封装成了类,下来就可直接用。服务器端:SocketServera=newSocketServer();a.BeginServer();客户端:SocketClienta=newSocketClient();a.StartConnectServer();