Java.Net.InetAddress.IsSiteLocalAddress Property
Returns whether this address is a site-local address or not.

Syntax

[get: Android.Runtime.Register("isSiteLocalAddress", "()Z", "GetIsSiteLocalAddressHandler")]
public virtual bool IsSiteLocalAddress { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns whether this address is a site-local address or not.

For the purposes of this method, valid IPv6 site-local addresses have the deprecated prefix fec0::/10 from , not the modern prefix fc00::/7 from .

"Default Address Selection for Internet Protocol Version 6 (IPv6)" states that IPv4 private addresses have the prefix 10/8, 172.16/12, or 192.168/16.

[Android Documentation]

Requirements

Namespace: Java.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1