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
속성 값
IP 주소가 IPv6 Teredo 주소이면 true
이고, 그렇지 않으면 false
입니다.true
if the IP address is an IPv6 Teredo address; otherwise, false
.
설명
Teredo 주소는 2001의 접두사를 사용 하 여 IPv6 주소:: / 32입니다.A Teredo address is an IPv6 address with the prefix of 2001::/32. Teredo 주소는 일반 DNS 이름 확인을 통해 반환 또는 로컬 인터페이스에 할당 된 IPv6 주소로 열거할 수 있습니다.Teredo addresses can be returned through normal DNS name resolution or enumerated as an IPv6 address assigned to a local interface.