System.Net.NetworkInformation.IPInterfaceProperties.DhcpServerAddresses Property

Gets the addresses of Dynamic Host Configuration Protocol (DHCP) servers for this interface.

Syntax

public abstract IPAddressCollection DhcpServerAddresses { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Dynamic Host Configuration Protocol (DHCP) allows a computer to obtain a network address from a DHCP server, as opposed to using a static (fixed) network address. A DHCP server does not permanently assign addresses; instead, it temporarily uses one of a number of available addresses to the computer.

Requirements

Namespace: System.Net.NetworkInformation
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0