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.

IPAddress::IsIPv6Teredo Property

.NET Framework (current version)
 

Gets whether the address is an IPv6 Teredo address.

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

public:
property bool IsIPv6Teredo {
	bool get();
}

Property Value

Type: System::Boolean

true if the IP address is an IPv6 Teredo address; otherwise, false.

A Teredo address is an IPv6 address with the prefix of 2001::/32. Teredo addresses can be returned through normal DNS name resolution or enumerated as an IPv6 address assigned to a local interface.

Universal Windows Platform
Available since 10
.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft