Advanced Forum Search Results
-
You need to catch the WebException that is thrown by HttpWebRequest.GetResponse. This exception includes useful info about Status, and the actual WebResponse that you're after. Just read the MSDN page: http://msdn.microsoft.com/en-us/library/system.net.httpwebrequest.aspx