Java.Net.SocketOptions.SoOobinline Field
This boolean option specifies whether sending TCP urgent data is supported on this socket or not.

Value: 4099

Syntax

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

Remarks

This boolean option specifies whether sending TCP urgent data is supported on this socket or not.

[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