Java.Net.InetAddress.IsMCGlobal Property
Returns whether this address is a global multicast address or not.

Syntax

[get: Android.Runtime.Register("isMCGlobal", "()Z", "GetIsMCGlobalHandler")]
public virtual bool IsMCGlobal { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns whether this address is a global multicast address or not.

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

Valid IPv4 global multicast addresses are the range of addresses from 224.0.1.0 to 238.255.255.255.

[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