Anyone knows if it's possible to throttle network bandwidth for uploads using RestSharp? I couldn't find any good solution, even by uploading the file manually. I'm also considering embedding an external solution, if it's too difficult to code.
Update: The problem is that our client don't always have good internet connection, so they need to make sure our app won't slow down other more important applications running. We've tried to suggest doing that on their proxy server, QoS, but they can't for some other reasons.
Thanks!