NetworkInterface.IPv4Configurations Property

This is a ReadOnly Property which displays all the IpConfigurations of this particular network Interface. 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 IConfigIPv4Configuration[] IPv4Configurations { get; }

Property Value

Type: IConfigIPv4Configuration

Implements

IConfigNetworkInterfaceIPv4Configurations
See Also