This line of code below hangs. is there a way to back out of this HTTP Web Response request when it hangs?
HttpWebResponse response = (HttpWebResponse)request.GetResponse();