c#udp通讯之服务器及客户端
Udp通讯之服务器及客户端我坚信付出不一定有回报,但是不付出绝对没有回报,给我选,我毫无办法,只能选择付出,不为别的,只为看到明天冉冉东升的朝阳。废话少说,先从服务器说起--------udp通讯之服务器Udp通讯连接非常之简单先声明几个通用变量 UdpClient client = null; string receiveString = null; byte[] receiveData = null; IPEndPoint remotePoint = new I