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