HttpWebRequest's Timeout and ReadWriteTimeout — What do these mean for the underlying TCP connection?

前端 未结 4 1030
醉酒成梦
醉酒成梦 2021-02-03 22:19

I believe I understand the practical differences between HttpWebRequest.Timeout and HttpWebRequest.ReadWriteTimeout. However, I\'m seeking further<

4条回答
  •  孤街浪徒
    2021-02-03 23:14

    .Timeout = time spent trying to establish a connection (not including lookup time) .ReadWriteTimeout = time spent trying to read or write data after connection established

提交回复
热议问题