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