I have a number of processes which are communicating between cloud and my application. Now I want to assign bandwidth to those processes through my code only. after going through some links to find out how to do that. And came up with this solution : https://www.codeproject.com/Articles/18243/Bandwidth-throttling
If there is any other way in which i can achieve this Bandwidth throttling, Please let me know. Any reference documents or links regarding this will be very much helpful.