System.Net.NetworkInformation.IPInterfaceProperties Class

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

See Also: IPInterfaceProperties Members

Syntax

public abstract class IPInterfaceProperties

Remarks

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

To access IPv4-specific properties, use the object returned by the IPInterfaceProperties.GetIPv4Properties method. To access IPv6-specific properties, use the object returned by the IPInterfaceProperties.GetIPv6Properties method.

Requirements

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