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

Syntax

[get: Android.Runtime.Register("isMCOrgLocal", "()Z", "GetIsMCOrgLocalHandler")]
public virtual bool IsMCOrgLocal { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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

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

Valid IPv4 organization-local multicast addresses have the prefix 239.192/14.

[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