Java.Net.SocketOptions.IpMulticastLoop Field
This boolean option specifies whether the local loopback of multicast packets is enabled or disabled.

Value: 18

Syntax

[Android.Runtime.Register("IP_MULTICAST_LOOP")]
[System.Obsolete("This constant will be removed in the future version. Use Java.Net.SocketOption enum directly instead of this field.")]
public const SocketOption IpMulticastLoop

Remarks

This boolean option specifies whether the local loopback of multicast packets is enabled or disabled. This loopback is enabled by default on multicast sockets.

See for more information about IP multicast.

See MulticastSocket.LoopbackMode.

[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