Java.Net.SocketOptions.SoKeepalive Field
This boolean option specifies whether the kernel sends keepalive messages on connection-oriented sockets.

Value: 8

Syntax

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

Remarks

This boolean option specifies whether the kernel sends keepalive messages on connection-oriented sockets.

See for more information on keep-alive.

[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