'Measure bandwidth usage of application using C#
My application uses two separate ethernet-based devices. Each device is assigned a static IP. I want to show the bandwidth usage by each device separately. The instruments are connected to the PC either by a separate network interface per device or sometimes by using a switch.
The network interfaces can be used by other applications such as browsers or access network drives to read/write files via LAN. I must exclude the data used by other applications(such as browser/explorer/database systems etc) and gather data used by devices only. Appreciate it if someone helps in achieving this using C#.
Thank You
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
