摘要:
首先本内容是参考于别人的一篇文章,由于时间久远没找到原作者。今天写本篇文章用于技术记录,便于日后查看。 服务端: public class TCPServer { static byte[] buffer = new byte[1024]; private static int count = 0; 阅读全文
摘要:
public class TCPServer { Dictionary<string, Socket> clientSockets = new Dictionary<string, Socket>(); Socket socketwatch = null; public void StartList 阅读全文