C
cl
Hello,
Does anyone know how to get number of bytes received and sent for a
machine with the IP addresses of the senders and receivers?
I have tried using System.Diagnostics.PerformanceCounter("Network
Interface", "Bytes Received/sec");
But this only gives the number of bytes received and sent, not the IP
addresses of the senders or receivers.
Thank you.
Does anyone know how to get number of bytes received and sent for a
machine with the IP addresses of the senders and receivers?
I have tried using System.Diagnostics.PerformanceCounter("Network
Interface", "Bytes Received/sec");
But this only gives the number of bytes received and sent, not the IP
addresses of the senders or receivers.
Thank you.