1 override of UnicastPacketsReceived
System (1)
net\System\Net\NetworkInformation\SystemIPInterfaceStatistics.cs (1)
59public override long UnicastPacketsReceived { get { return (long)ifRow.inUcastPkts; } }