
2016-05-25 64111

2016-05-25 21055

2011-03-24 16475

2016-10-26 12842

2016-04-26 11427
byte[] data = new byte[1024]; Socket newclient = new Socket(AddressFamily.InterNetwork, SocketType.
int recv;//用于表示客户端发送的信息长度 byte[] data = new byte[1024];//用于缓存客户端所发送的信息,通过socket传递的信息必须为字节数组 IPEndP