SyntaxFix
Write A Post
Hire A Developer
Questions
For big file use the following code (you are less memory hungry)
Parallel.ForEach(File.ReadLines(txtProxyListPath.Text), line => { //Your stuff });