You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot find a way to configure the read and write timeouts, as it was previously explained in this StackOverflow answer. Is there still a way (or an easier way) to configure that part of the HttpClient?
The text was updated successfully, but these errors were encountered:
With the new
HttpClient
/TcpClient
configuration APIs, I've tried customizing the timeout options for the HTTP client.While I can change the connection timeout like this:
I cannot find a way to configure the read and write timeouts, as it was previously explained in this StackOverflow answer. Is there still a way (or an easier way) to configure that part of the
HttpClient
?The text was updated successfully, but these errors were encountered: