UDPClient的用法
摘要:UDP_Server: UdpClient receivingUdpClient = new UdpClient(11000); IPEndPoint RemoteIpEndPoint = new IPEndPoint(IPAddress.Any, 0); tr...
阅读全文
posted @ 2015-02-08 12:50
posted @ 2015-02-08 12:50