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