I believe I understand the practical differences between HttpWebRequest.Timeout and HttpWebRequest.ReadWriteTimeout. However, I\'m seeking further<
HttpWebRequest.Timeout
HttpWebRequest.ReadWriteTimeout
.Timeout = time spent trying to establish a connection (not including lookup time) .ReadWriteTimeout = time spent trying to read or write data after connection established