Dart.Ftp Namespace > TcpSocketOption Class : KeepAliveInterval Property |
Once KeepAliveTime has expired, keepalives are sent every KeepAliveInterval milliseconds until a response is received, up to the maximum established by TcpMaxDataRetransmissions (OS-level configuration) before the connection is terminated. The default is 1000 (1 sec).
This property is not implemented in MONO.