I'am using the sample :
the OnPcapStatistics event only gives me the received bytes, how could i get the uploaded ( send) bytes ?
total += (ulong)e.Statistics.RecievedBytes;
I'am using the sample :
the OnPcapStatistics event only gives me the received bytes, how could i get the uploaded ( send) bytes ?
total += (ulong)e.Statistics.RecievedBytes;