摘要:
TcpClient 读写流 TcpClient tcp = new TcpClient(); tcp.Connect(IPAddress.Parse("192.168.1.161"), 8885);//根据服务器的IP地址和侦听的端口连接 if (tcp.Connected) { //获取网络流 N 阅读全文
posted @ 2016-02-22 10:36
影子博客
阅读(448)
评论(0)
推荐(0)
|
摘要:
TcpClient 读写流 TcpClient tcp = new TcpClient(); tcp.Connect(IPAddress.Parse("192.168.1.161"), 8885);//根据服务器的IP地址和侦听的端口连接 if (tcp.Connected) { //获取网络流 N 阅读全文
posted @ 2016-02-22 10:36
影子博客
阅读(448)
评论(0)
推荐(0)
|