HttpWebRequest’s Timeout and ReadWriteTimeout — What do these mean for the underlying TCP connection?
This problem has been debated on another question, see Adjusting HttpWebRequest Connection Timeout in C#. The discussion made my head spin, so I’ll offer my summary. Although, MSDN explains that the HttpWebRequest.Timeout Property applies to HttpWebRequest.GetResponse and HttpWebRequest.GetRequestStream calls, the description is a bit confusing. Jim Mischel is more helpful: Timeout “is the time for … Read more