Java.Net.MulticastSocket.LoopbackMode Property
Returns true if multicast loopback is disabled.

Syntax

[get: Android.Runtime.Register("getLoopbackMode", "()Z", "GetGetLoopbackModeHandler")]
[set: Android.Runtime.Register("setLoopbackMode", "(Z)V", "GetSetLoopbackMode_ZHandler")]
public virtual bool LoopbackMode { get; set; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Net.SocketExceptionif an error occurs.
Java.Net.SocketExceptionif an error occurs.

Remarks

Get method documentation [Android Documentation]

Returns true if multicast loopback is disabled. See SocketOptions.IpMulticastLoop, and note that the sense of this is the opposite of the underlying Unix IP_MULTICAST_LOOP.

Set method documentation [Android Documentation]

Disables multicast loopback if disable == true. See SocketOptions.IpMulticastLoop, and note that the sense of this is the opposite of the underlying Unix IP_MULTICAST_LOOP: true means disabled, false means enabled.

Requirements

Namespace: Java.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1