Hello, this is the problem
I need to parse the proxy from the page, and then pass them to the List.
public static List<string> ProxyList = new List<string>(); But I have such a mistake.
The proxy parsing code itself:
string URLProxy = client.DownloadString("http://awmproxy.com/freeproxy_2356428077.txt?"); Can you please tell me how to implement it normally? Thank you in advance.
