OneDriveRestAPI
OneDriveRestAPI copied to clipboard
File Upload Progress
Is it possble to report a progress using current implementation (HttpClient)? I guess it is possible using WebClient and it's built-in progress events, but it will take a lot of time to rewrite current code to use WebClient...Thanks in advance.
Have you considered using a ProgressMessageHandler (available via the Microsoft ASP.NET Web API 2 Client NuGet package) to provide your own HttpClient?