摘要: //c#不愧是全能型的语言,异步连线程都省了 class State { public byte[] bufferCache; public TcpClient tcpClient; } ... private TcpClient tcpServer; private TcpListener TCP 阅读全文
posted @ 2021-04-16 17:07 迷海 阅读(2942) 评论(0) 推荐(0)