System.Net.NetworkInformation.IPv4InterfaceProperties Class

Provides information about network interfaces that support Internet Protocol version 4 (IPv4).

See Also: IPv4InterfaceProperties Members

Syntax

public abstract class IPv4InterfaceProperties

Remarks

This class provides access to configuration and address information for network interfaces that support IPv4. You do not create instances of this class; they are returned by the IPInterfaceProperties.GetIPv4Properties method.

For IPV6 properties, see IPInterfaceProperties.GetIPv6Properties.

Requirements

Namespace: System.Net.NetworkInformation
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0