I am using Dropbox API in C# WPF application development.
My program can download a file from dropbox server now. But, I don't know how to check the download speed and download progress status(finished percentage).
Can anyone help me?
Thank you.
The .NET SDK does not currently offer progress listeners or download speed information. This feature has been requested in the past, and I have made an additional note in that feature request to record additional interest in that feature.
OK, thanks a lot.