How to programmatically limit bandwidth usage of my c# application?

前端 未结 1 557
遇见更好的自我
遇见更好的自我 2020-11-30 01:28

I\'ve got a backup application here which connects to various webservices and downloads/uploads files from ftp or http servers. What is the easiest way to limit the bandwidt

相关标签:
1条回答
  • 2020-11-30 02:11

    What you are looking for is called Bandwidth throttling And here is a good example how is this done, also review the comments to know how it is done from a client side.

    You may also want to take a look at this example too, putting things in a real application

    0 讨论(0)
提交回复
热议问题