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