我有一个很大的代理服务器列表(txt文件,每行格式=ip:port)并编写了下面的代码来检查它们:publicstaticvoidMyChecker(){string[]lines=File.ReadAllLines(txtProxyListPath.Text);Listlist_lines=newList(lines);Listlist_lines_RemovedDup=newList();HashSetHS=newHashSet();intDuplicate_Count=0;intbadProxy=0;intCheckedCount=0;foreach(stringlineinli