IPv4AddressNetMaskPair Structure

This struct is used to add multiple IPConfigurations to NetworkInterface. Used in Method CreateNetworkInterface.

Namespace:  IntervalZero.RTX64.Config
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 4.0.0.0 (File version: 4.5.0)

Syntax
public struct IPv4AddressNetMaskPair

The IPv4AddressNetMaskPair type exposes the following members.

Constructors
NameDescription
Public methodIPv4AddressNetMaskPair
Initializes a new instance of the IPv4AddressNetMaskPair class
Top
Fields
NameDescription
Public fieldIPv4AddressAn IPv4 address in dotted decimal notation.
Public fieldNetmaskAn IPv4 network mask in dotted decimal notation.
Top
See Also