Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 TCP 服务器软件。我为每个 TCP 客户端打开一个线程。(为什么我为每个 TCP 客户端打开一个线程并不重要。)我想随时踢一个 TCP 客户端并想杀死它的线程。如何找到我想踢出服务器的 TCP 客户端线程?
谢谢你。
您需要跟踪所有存在的 TcpClient。例如,使用列表来存储它们。这样您就可以访问它们。