Java.Net.SocketOptions.SoBroadcast Field
This boolean option can be used to enable or disable broadcasting on datagram sockets.

Value: 32

Syntax

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

Remarks

This boolean option can be used to enable or disable broadcasting on datagram sockets. This option must be enabled to send broadcast messages. The default value is false.

[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