NetworkInterface.ModifyIPConfiguration Method

Modifies an IpConfiguration from a NetworkInterface. This is used to modify the netmask of an Exist IPv4Address. This property 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 ModifyIPConfiguration(
	string ipv4Address,
	string modifiedIPv4Address,
	string modifiedNetmask
)

Parameters

ipv4Address
Type: SystemString
The address used to find the IPConfiguration you want edited from NetworkInterface.
modifiedIPv4Address
Type: SystemString
The address that will replace the address found in the ipv4Address
modifiedNetmask
Type: SystemString
The netmask that will replace the current netmask for the associated address of ipv4Address

Implements

IConfigNetworkInterfaceModifyIPConfiguration(String, String, String)
See Also