dhcpServer property

List<IpAddrString> dhcpServer
final

The IPv4 address of the DHCP server for this adapter represented as a linked list of IP_ADDR_STRING structures.

This list contains a single entry for the IPv4 address of the DHCP server for this adapter.

A value of 255.255.255.255 indicates the DHCP server could not be reached, or is in the process of being reached.

This member is only valid when the DhcpEnabled member is nonzero.

Implementation

final List<IpAddrString> dhcpServer;