InterfaceSettings.Ipv4Configurations Property

Gets or sets a list of Ipv4Configuration objects representing the IPv4 configurations.

Namespace:  IntervalZero.MaxRT.Tcpip.Config
Assembly:  IntervalZero.MaxRT.Tcpip.Config (in IntervalZero.MaxRT.Tcpip.Config.dll) Version: 1.0.0.0 (File version: 1.0.1)

Syntax

Copy
public List<Ipv4Configuration> Ipv4Configurations { get; set; }

Property Value

Type: ListIpv4Configuration

MaxRTNativeException is thrown when errors occur.

Possible error codes:

Error code Meaning

RTTCPIP_ERROR_Count_OF_IPV4_CONFIGURATIONS_INVALID

The number of IPv4 configurations is invalid.

See Also: