2018年5月11日

c# tcp协议发送数据

摘要: private void tcp_send(string data)//tcp协议转发数据 { TcpClient tcpClient = new TcpClient(); tcpClient.Connect(IPAddress.Parse("127.0.0.1"), 8000);//发送的主机地址 阅读全文

posted @ 2018-05-11 13:03 七七2020 阅读(1090) 评论(0) 推荐(0) 编辑

导航