1 type derived from UdpStatistics
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxUdpStatistics.cs (1)
9internal sealed class LinuxUdpStatistics : UdpStatistics
6 references to UdpStatistics
netstandard (1)
netstandard.cs (1)
1231[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.UdpStatistics))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
723[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.UdpStatistics))]
System.Net.NetworkInformation (4)
System\Net\NetworkInformation\IPGlobalProperties.cs (2)
87public abstract UdpStatistics GetUdpIPv4Statistics(); 90public abstract UdpStatistics GetUdpIPv6Statistics();
System\Net\NetworkInformation\LinuxIPGlobalProperties.cs (2)
57public override UdpStatistics GetUdpIPv4Statistics() 62public override UdpStatistics GetUdpIPv6Statistics()