System.Net.NetworkInformation.NetworkInterfaceComponent Enumeration

Specifies the Internet Protocol versions that are supported by a network interface.

Syntax

public enum NetworkInterfaceComponent

Remarks

The values in this enumeration are used by the NetworkInterface.Supports(NetworkInterfaceComponent) method to specify the Internet Protocol version supported by a network interface.

Members

Member NameDescription
IPv4

Internet Protocol version 4.

IPv6

Internet Protocol version 6.

Requirements

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