How do I programmatically determine the network connection link speed for an active network connection - like Task Manager shows you in the Networking tab? I'm not really after the bandwidth available, just a figure for the current connection, e.g. 54Mbps, 100Mbps etc.
|
|
|||||
|
|
|
In the end I found the Thanks to all those who posted, pointing me in the right direction. |
||
|
|
|
|
.NET way how to know adapter speed is
Some adapters are tunnels, so their speed will be returned as 0. Read NetworkInterface documentation on the MSDN for more information. |
||
|
|
|
|
|
||||
|
