IPAddress.IsIPv6LinkLocal 屬性

定義

取得位址是否為 IPv6 連結本機位址的資訊。

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

屬性值

如果 IP 位址是 IPv6 連結本機位址,則為 true,否則為 false

適用於