-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
download file callbacks #2172
Comments
What does this ☝️ mean? |
The HttpClient supports ProgressMessageHandler, which allows me to get the number of bytes sent and received, as well as the total number of bytes, to calculate and update the current download progress |
You can use ProgressMessageHandler with RestSharp as well. |
Thank you very much for your answer, at the moment it says I do but restsharp might be even better if provided well |
I have been using restsharp for many years now, and thank you very much, although there are other libraries out there, I still like it |
Don't you support download file callbacks? Downloaded file size. Progress. HttpClient Support
The text was updated successfully, but these errors were encountered: