1 write to dhcpEnabled
System (1)
net\System\Net\NetworkInformation\SystemIPv4InterfaceProperties.cs (1)
27
dhcpEnabled
= ((ipAdapterAddresses.flags & AdapterFlags.DhcpEnabled) != 0);
1 reference to dhcpEnabled
System (1)
net\System\Net\NetworkInformation\SystemIPv4InterfaceProperties.cs (1)
40
get { return
dhcpEnabled
; }