1 write to BytesTransmitted
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\StringParsingHelpers.Statistics.cs (1)
441BytesTransmitted = ParseUInt64AndClampToInt64(lineSpan[pieces[9]]),
1 reference to BytesTransmitted
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxIPInterfaceStatistics.cs (1)
33public override long BytesSent { get { return _table.BytesTransmitted; } }