IPAddress.IsIPv6LinkLocal 속성
정의
주소가 IPv6 링크 로컬 주소 인지 여부를 가져옵니다.Gets whether the address is an IPv6 link local address.
public:
property bool IsIPv6LinkLocal { bool get(); };
public bool IsIPv6LinkLocal { get; }
member this.IsIPv6LinkLocal : bool
Public ReadOnly Property IsIPv6LinkLocal As Boolean
속성 값
true
IP 주소가 IPv6 링크 로컬 주소; 경우 그렇지 않으면 false
합니다.true
if the IP address is an IPv6 link local address; otherwise, false
.