NetworkInterface.DeleteIPConfiguration Method

Deletes an IpConfiguration from a NetworkInterface. 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 DeleteIPConfiguration(
	string ipv4Address
)

Parameters

ipv4Address
Type: SystemString
The Address used to find the IPConfiguration you want removed from NetworkInterface.

Implements

IConfigNetworkInterfaceDeleteIPConfiguration(String)
See Also