IPv4AddressNetMaskPair Constructor

Initializes a new instance of the IPv4AddressNetMaskPair class

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

Syntax
public IPv4AddressNetMaskPair(
	string ipv4Address,
	string netmask
)

Parameters

ipv4Address
Type: SystemString
netmask
Type: SystemString
See Also