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