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