David Smith

David Smith

  • NA
  • 1.9k
  • 0

HttpWebResponse response Hangs

Aug 16 2017 4:15 PM

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();



Answers (1)