Click or drag to resize

ClientBaseTcpKeepAlive Method

Turns TCP protocol keep alive (SO_KEEPALIVE) option on.

Namespace:  Limilabs.Client
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public void TcpKeepAlive(
	TimeSpan keepAliveTime,
	TimeSpan keepAliveInterval
)

Parameters

keepAliveTime
Type: SystemTimeSpan
Duration between two keepalive transmissions in idle condition (TCP protocol default is 2h).
keepAliveInterval
Type: SystemTimeSpan
Duration between two successive keepalive retransmissions, if acknowledgement to the previous keepalive transmission is not received (TCP protocol default is 1s).
See Also