摘要: 使用udp【独立的类】public static bool SendMessage(_ip_msg1 pMsg,string host,int port) { try { IPAddress ip = IPAddress.Parse(host); IPEndPoint ipe = new IPEndPoint(ip, port); Socket c = new Socket(AddressFam... 阅读全文
posted @ 2010-08-15 15:58 骑着蜗牛恋爱 阅读(928) 评论(0) 推荐(0)