Faster proxy detection for HttpWebRequest

Posted: Mar 23, 2009  1 comments  

Average Rating

Tags
IIS
Do a web request using System.Net classes, HttpWebRequest or WebClient. For example: new   WebClient().DownloadFile( "http://tinyurl.com/d5yy8a" , @"C:\Temp\file.xml" ) ; Or: HttpWebRequest.Create( "http://tinyurl.com/d5yy8a" Read More...

View the original post

Comments

Submit a Comment

Microsoft Communities