摘要: //服务器端 int port = 1433; string host = "10.252.21.8"; IPAddress ip = IPAddress.Parse(host); IPEndPoint ipe = new IPEndPoint(ip, port); Socket clientSoc 阅读全文
posted @ 2018-01-15 10:43 辛新欣 阅读(140) 评论(0) 推荐(0)