HttpWebRequest myHttpWebRequest = (HttpWebRequest)HttpWebRequest.Create("http://yandex.ru";
myHttpWebRequest.Proxy = new WebProxy("proxy IP", 8080);
При коннекте выдает ошибку
The remote server returned an error: (407) Proxy Authentication Required.Подскажите почему может быть такое?!