1 write to dhcpServers
System (1)
net\System\Net\NetworkInformation\SystemIPInterfaceProperties.cs (1)
55dhcpServers = new IPAddressCollection();
3 references to dhcpServers
System (3)
net\System\Net\NetworkInformation\SystemIPInterfaceProperties.cs (3)
57dhcpServers.InternalAdd(ipAdapterAddresses.dhcpv4Server.MarshalIPAddress()); 59dhcpServers.InternalAdd(ipAdapterAddresses.dhcpv6Server.MarshalIPAddress()); 132return dhcpServers;