System.Network.Wireless.ipv6Address property

[ The Windows Gadget Platform/Sidebar is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions. ]

Gets the Internet Protocol, version 6 (IPv6) address of the wireless network adapter.

This property is read-only.

Syntax

stripv6Address = System.Network.Wireless.ipv6Address

Property value

A String that receives the IPv6 address.

Remarks

If the system has multiple network interfaces, only the active one is detected.

Examples

The following example demonstrates how to use the ipv6Address property.

var mytext = "address: " + System.Network.Wireless.ipv6Address;

Requirements

Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
End of client support
Windows 7
End of server support
Windows Server 2008
Header
Naptypes.h
IDL
Sidebar.idl
DLL
Sidebar.Exe (version 1.00 or later)