|
Hi,
I'm trying to write a simple app that monitors bandwidth usage and restrict it accordingly. While I have some idea on retrieving network statistics (kbps, total received/sent etc) via performance counters, I've not been able to find any classes in the BCL that I can use to limit a network's speed.
Any ideas? Or perhaps, are there any functions in Win32 that will help me achieve this?
Thanks |