Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

NetworkInterface::IPv6LoopbackInterfaceIndex Property

.NET Framework (current version)
 

Gets the index of the IPv6 loopback interface.

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

public:
property int IPv6LoopbackInterfaceIndex {
	static int get();
}

Property Value

Type: System::Int32

Returns Int32.

The index for the IPv6 loopback interface.

A network interface may have different interface indexes for the IPv4 and IPv6 loopback interface. The P:System.Net.NetworkInformation.NetworkInterface.IPv6LoopbackInterfaceIndex property only returns the IPv6 loopback interface.

.NET Framework
Available since 4.5
Return to top
Show:
© 2017 Microsoft