IPAddress.IsIPv6Teredo 属性

定义

了解地址是否为 IPv6 Teredo 地址。Gets whether the address is an IPv6 Teredo address.

public:
 property bool IsIPv6Teredo { bool get(); };
public bool IsIPv6Teredo { get; }
member this.IsIPv6Teredo : bool
Public ReadOnly Property IsIPv6Teredo As Boolean

属性值

Boolean

如果 IP 地址为 IPv6 Teredo 地址,则为 true;否则为 falsetrue if the IP address is an IPv6 Teredo address; otherwise, false.

注解

Teredo 地址是前缀为2001::/32 的 IPv6 地址。A Teredo address is an IPv6 address with the prefix of 2001::/32. 可以通过正常的 DNS 名称解析来返回 Teredo 地址,或将其枚举为分配给本地接口的 IPv6 地址。Teredo addresses can be returned through normal DNS name resolution or enumerated as an IPv6 address assigned to a local interface.

适用于

另请参阅