Is using C # the most reliable way to calculate network bandwidth?
I found several examples using NetworkInterface , performance counters, native Win32 code, etc., but they all give different results, and none of them matches what other, already existing tools show.
Any tips on the most reliable method for calculating network bandwidth speed in C #?
Edit: To clarify, I'm looking to find out how much bandwidth a particular interface consumes.
source share