Base:
property
NonUnicastPacketsReceived
System.Net.NetworkInformation.IPInterfaceStatistics.NonUnicastPacketsReceived
1 reference to NonUnicastPacketsReceived
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxIPv4InterfaceStatistics.cs (1)
28
public override long NonUnicastPacketsReceived => _statistics.
NonUnicastPacketsReceived
;