KeepAlive Property

When True, KEEPALIVE packets are enabled (for long connections).

Syntax

public bool KeepAlive { get; set; }
Public Property KeepAlive As Boolean

Default Value

False

Remarks

The KeepAlive enables the SO_KEEPALIVE option on the socket. This option prevents long connections from timing out in case of inactivity.

Please note that system TCP/IP stack implementations are not required to support SO_KEEPALIVE.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 .NET Edition - Version 20.0 [Build 8307]