摘要: byte[] receivedBytes = new byte[1024000];IPHostEntry ipHost = Dns.Resolve(ipaddress); //ipaddress可以是string类型的ip地址,为服务器端的ip地址IPAddress ipAddress = ipHo... 阅读全文
posted @ 2015-12-21 11:12 beautifulday 阅读(160) 评论(0) 推荐(0)