7 instantiations of InternalIPAddressCollection
System.Net.NetworkInformation (7)
System\Net\NetworkInformation\LinuxIPInterfaceProperties.cs (2)
81
return new
InternalIPAddressCollection
(internalCollection);
88
return new
InternalIPAddressCollection
(internalCollection);
System\Net\NetworkInformation\LinuxNetworkInterface.cs (2)
58
DnsAddresses = new
InternalIPAddressCollection
(StringParsingHelpers.ParseDnsAddressesFromResolvConfFile(resolverConfig));
62
DnsAddresses = new
InternalIPAddressCollection
();
System\Net\NetworkInformation\UnixIPInterfaceProperties.cs (3)
28
_dnsAddresses = new
InternalIPAddressCollection
();
104
return new
InternalIPAddressCollection
(internalAddresses);
108
return new
InternalIPAddressCollection
();
5 references to InternalIPAddressCollection
System.Net.NetworkInformation (5)
System\Net\NetworkInformation\LinuxIPInterfaceProperties.cs (4)
14
private readonly
InternalIPAddressCollection
_dhcpServerAddresses;
15
private readonly
InternalIPAddressCollection
_winsServerAddresses;
73
private
InternalIPAddressCollection
GetDhcpServerAddresses()
84
private static
InternalIPAddressCollection
GetWinsServerAddresses()
System\Net\NetworkInformation\UnixIPInterfaceProperties.cs (1)
99
private static
InternalIPAddressCollection
GetDnsAddresses()