Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure that Timeout setting does indeed timeout a requests with a default CancellationTokenSource #39

Open
DalSoft opened this issue Sep 5, 2017 · 1 comment
Labels

Comments

@DalSoft
Copy link
Owner

DalSoft commented Sep 5, 2017

https://msdn.microsoft.com/en-us/library/system.net.http.httpclient.timeout(v=vs.110).aspx

The same timeout will apply for all requests using this HttpClient instance. You may also set different timeouts for individual requests using a CancellationTokenSource on a task. Note that only the shorter of the two timeouts will apply.

@DalSoft
Copy link
Owner Author

DalSoft commented Jan 11, 2019

Relates to #66

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant