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

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

Leave a Comment