4 references to InternalIPAddressCollection
System.Net.NetworkInformation (4)
System\Net\NetworkInformation\LinuxIPInterfaceProperties.cs (2)
81return new InternalIPAddressCollection(internalCollection); 88return new InternalIPAddressCollection(internalCollection);
System\Net\NetworkInformation\LinuxNetworkInterface.cs (1)
58DnsAddresses = new InternalIPAddressCollection(StringParsingHelpers.ParseDnsAddressesFromResolvConfFile(resolverConfig));
System\Net\NetworkInformation\UnixIPInterfaceProperties.cs (1)
116return new InternalIPAddressCollection(internalAddresses);