摘要: Tcplistener服务端与tcpclient客户端使用--Socket监听服务端与Socketclient客户端使用 public static void Start() { //开启httplistener监听服务 //Thread thread = new Thread(new Thread 阅读全文
posted @ 2021-09-28 15:31 龙骑科技 阅读(296) 评论(0) 推荐(0)
摘要: Tcplistener服务端与tcpclient客户端使用 #region 测试tcp #region tcplistener服务端 public static void Start() { //测试tcplistener服务端 Thread thread = new Thread(new Thre 阅读全文
posted @ 2021-09-28 13:24 龙骑科技 阅读(230) 评论(0) 推荐(0)