edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Period (in seconds) at which the client contacts the server so that the connection doesn't time out.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public int KeepAlivePeriodSecs { get; set; }
Visual Basic
Public Property KeepAlivePeriodSecs As Integer
	Get
	Set
Visual C++
public:
property int KeepAlivePeriodSecs {
	int get ();
	void set (int value);
}

Remarks

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

See Also