NetworkInterface.AddIPConfiguration Method

Adds an IPv4Address and Netmask paired to the interface. This method can only be used in RTX64 3.2 or later.

Namespace:  IntervalZero.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public void AddIPConfiguration(
	string ipv4Address,
	string netmask
)

Parameters

ipv4Address
Type: SystemString
The Ipv4Address you wish to add to the interface.
netmask
Type: SystemString
The netmask you want associated to the IPv4Address.

Implements

IConfigNetworkInterfaceAddIPConfiguration(String, String)
See Also