摘要:
TcpClient 读写流 TcpClient tcp = new TcpClient(); tcp.Connect(IPAddress.Parse("192.168.1.161"), 8885);//根据服务器的IP地址和侦听的端口连接 if (tcp.Connected) { //获取网络流 N 阅读全文
摘要:
TcpClient 读写流 TcpClient tcp = new TcpClient(); tcp.Connect(IPAddress.Parse("192.168.1.161"), 8885);//根据服务器的IP地址和侦听的端口连接 if (tcp.Connected) { //获取网络流 N 阅读全文
|