So exactly will work through a proxy, and not my IP?
I'm afraid my substitute (- what is the method to check?
WebProxy web = new WebProxy("прокси"); web.Credentials = new NetworkCredential("логин", "пароль"); WebClient wc = new WebClient(); So exactly will work through a proxy, and not my IP?
I'm afraid my substitute (- what is the method to check?
WebProxy web = new WebProxy("прокси"); web.Credentials = new NetworkCredential("логин", "пароль"); WebClient wc = new WebClient(); Source: https://ru.stackoverflow.com/questions/752700/
All Articles