IPAddress.IsIPv6SiteLocal Proprietà
Definizione
Ottiene se l'indirizzo è di tipo site-local IPv6.Gets whether the address is an IPv6 site local address.
public:
property bool IsIPv6SiteLocal { bool get(); };
public bool IsIPv6SiteLocal { get; }
member this.IsIPv6SiteLocal : bool
Public ReadOnly Property IsIPv6SiteLocal As Boolean
Valore della proprietà
true
se l'indirizzo è di tipo site-local IPv6; in caso contrario, false
.true
if the IP address is an IPv6 site local address; otherwise, false
.