Java.Net.InetAddress.IsMCLinkLocal Property
Returns whether this address is a link-local multicast address or not.

Syntax

[get: Android.Runtime.Register("isMCLinkLocal", "()Z", "GetIsMCLinkLocalHandler")]
public virtual bool IsMCLinkLocal { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns whether this address is a link-local multicast address or not.

Valid IPv6 link-local multicast addresses have the prefix ffx2::/16, where x is a set of flags and the additional 112 bits make up the link-local multicast address space.

Valid IPv4 link-local multicast addresses have the prefix 224.0.0/24.

[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