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

Syntax

[get: Android.Runtime.Register("isMCNodeLocal", "()Z", "GetIsMCNodeLocalHandler")]
public virtual bool IsMCNodeLocal { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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

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

There are no valid IPv4 node-local multicast addresses.

[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