Is there a way to detect the network speed and bandwidth usage in C#? Even pointers to open-source components are welcome. Thanks in advance.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Try using the System.Net.NetworkInformation classes. In particular, Specifically, you can check the |
||||
|
|
|
You should be able to calculate everything you need from the IPGlobalStatistics class. |
|||
|
|