2 instantiations of IPAddressCollection
System (2)
net\System\Net\NetworkInformation\SystemIPInterfaceProperties.cs (1)
55dhcpServers = new IPAddressCollection();
net\System\Net\NetworkInformation\UnSafeNetInfoNativemethods.cs (1)
139IPAddressCollection addressList = new IPAddressCollection();
12 references to IPAddressCollection
System (12)
net\System\Net\NetworkInformation\IPInterfaceProperties.cs (3)
29public abstract IPAddressCollection DnsAddresses{get;} 35public abstract IPAddressCollection DhcpServerAddresses{get;} 38public abstract IPAddressCollection WinsServersAddresses{get;}
net\System\Net\NetworkInformation\SystemGatewayIPAddressInformation.cs (1)
23internal static GatewayIPAddressInformationCollection ToGatewayIpAddressInformationCollection(IPAddressCollection addresses) {
net\System\Net\NetworkInformation\SystemIPInterfaceProperties.cs (6)
24private IPAddressCollection dnsAddresses = null; 32private IPAddressCollection winsServersAddresses; 34private IPAddressCollection dhcpServers; 117public override IPAddressCollection DnsAddresses{ 130public override IPAddressCollection DhcpServerAddresses{ 136public override IPAddressCollection WinsServersAddresses{
net\System\Net\NetworkInformation\UnSafeNetInfoNativemethods.cs (2)
138internal static IPAddressCollection MarshalIpAddressCollection(IntPtr ptr) { 139IPAddressCollection addressList = new IPAddressCollection();