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