An NDoc Documented Class Library

ExFTPConnection.KeepAlivePeriodSecs Property

Period (in seconds) at which the client contacts the server so that the connection doesn't time out.

public int KeepAlivePeriodSecs {get; set;}

Remarks

The client only contacts the server during periods of inactivity (KeepAliveIdle), or during transfers if KeepAliveTransfer is set.

See Also

ExFTPConnection Class | EnterpriseDT.Net.Ftp Namespace