Implemented interface member:
1 override of Count
System.Net.NetworkInformation (1)
System\Net\NetworkInformation\InternalIPAddressCollection.cs (1)
27public override int Count
2 references to Count
System.Net.NetworkInformation (2)
System\Net\NetworkInformation\LinuxIPv4InterfaceProperties.cs (1)
34public override bool UsesWins { get { return _linuxNetworkInterface.GetIPProperties().WinsServersAddresses.Count > 0; } }
System\Net\NetworkInformation\UnixIPInterfaceProperties.cs (1)
40get => _dnsAddresses.Count > 0;