摘要:
连接方式1UdpClient udpClient = new UdpClient(11000);udpClient.Connect("192.168.0.5", 11000); Byte[] sendBytes = Encoding.ASCII.GetBytes("Is anybody there?");udpClient.Send(sendBytes, sendBytes.Leng... 阅读全文
posted @ 2012-04-13 17:36
冠冕堂皇
阅读(687)
评论(0)
推荐(0)

浙公网安备 33010602011771号