IPInterfaceProperties::GetIPv6Properties Method ()

 

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

Namespace:   System.Net.NetworkInformation
Assembly:  System (in System.dll)

public:
virtual IPv6InterfaceProperties^ GetIPv6Properties() abstract

Return Value

Type: System.Net.NetworkInformation::IPv6InterfaceProperties^

An IPv6InterfaceProperties object that contains IPv6 configuration data.

Exception Condition
NetworkInformationException

The interface does not support the IPv6 protocol.

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

.NET Framework
Available since 2.0
Return to top
Show: