System.Net.NetworkInformation.IPInterfaceProperties.GetIPv6Properties Method

Provides Internet Protocol version 6 (IPv6) configuration data for this network interface.

Syntax

public abstract IPv6InterfaceProperties GetIPv6Properties ()

Returns

An System.Net.NetworkInformation.IPv6InterfaceProperties object that contains IPv6 configuration data.

Remarks

For a detailed description of the information available for an interface that supports IPv6, see the System.Net.NetworkInformation.IPv6InterfaceProperties documentation. Note that the object returned by the IPInterfaceProperties.GetIPv6Properties method reflects the configuration as of the time the object is created. This information is not updated dynamically.

Requirements

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