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

Syntax

[get: Android.Runtime.Register("isMCSiteLocal", "()Z", "GetIsMCSiteLocalHandler")]
public virtual bool IsMCSiteLocal { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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

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

Valid IPv4 site-local multicast addresses have the prefix 239.255/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