Good day. Interested in the HttpWebRequest HttpWebRequest
class property called ContinueTimeout, ContinueTimeout
, what is it for and how does it work? Thank.
- For what reason should the question be deleted? - Deleted
|
1 answer
The answer unexpectedly shows up ... on the corresponding MSDN page !
PS Anticipating the next question: HTTP 100 (continue)
- Well, so it is written!
Gets or sets a timeout, in seconds, to wait for the server status after 100-continue is received.
WhileGets or sets the time-out value in milliseconds for the GetResponse and GetRequestStream methods.
- user6550
|