
2016-05-25 65790

2016-05-25 22732

2011-03-24 18238

2016-10-26 14361

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