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

Syntax

[get: Android.Runtime.Register("isMulticastAddress", "()Z", "GetIsMulticastAddressHandler")]
public virtual bool IsMulticastAddress { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns whether this address is a multicast address or not.

Valid IPv6 multicast addresses have the prefix ff::/8.

Valid IPv4 multicast addresses have the prefix 224/4.

[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