1 type derived from UdpStatistics
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\LinuxUdpStatistics.cs (1)
9
internal 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)
87
public abstract
UdpStatistics
GetUdpIPv4Statistics();
90
public abstract
UdpStatistics
GetUdpIPv6Statistics();
System\Net\NetworkInformation\LinuxIPGlobalProperties.cs (2)
57
public override
UdpStatistics
GetUdpIPv4Statistics()
62
public override
UdpStatistics
GetUdpIPv6Statistics()