1 override of BytesSent
System (1)
net\System\Net\NetworkInformation\SystemIPInterfaceStatistics.cs (1)
56public override long BytesSent { get { return (long)ifRow.outOctets; } }