IPInterfaceProperties.GetIPv6Properties Method

Definition

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

public:
 abstract System::Net::NetworkInformation::IPv6InterfaceProperties ^ GetIPv6Properties();
public abstract System.Net.NetworkInformation.IPv6InterfaceProperties GetIPv6Properties ();
abstract member GetIPv6Properties : unit -> System.Net.NetworkInformation.IPv6InterfaceProperties
Public MustOverride Function GetIPv6Properties () As IPv6InterfaceProperties

Returns

An IPv6InterfaceProperties object that contains IPv6 configuration data.

Exceptions

The interface does not support the IPv6 protocol.

Remarks

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.

Applies to