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