1 type derived from UdpStatistics
System (1)
net\System\Net\NetworkInformation\SystemUdpStatistics.cs (1)
16internal class SystemUdpStatistics:UdpStatistics {
4 references to UdpStatistics
System (4)
net\System\Net\NetworkInformation\IPGlobalProperties.cs (2)
59public abstract UdpStatistics GetUdpIPv4Statistics(); 60public abstract UdpStatistics GetUdpIPv6Statistics();
net\System\Net\NetworkInformation\SystemIPGlobalProperties.cs (2)
372public override UdpStatistics GetUdpIPv4Statistics(){ 375public override UdpStatistics GetUdpIPv6Statistics(){