edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

ExFTPConnectionKeepAliveIdle Property

Flag to enable the use of keep alive messages, which are sent to keep the connection alive when no activity is occurring.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public bool KeepAliveIdle { get; set; }

Property Value

Boolean

Remarks

The client only contacts the server during periods of inactivity.

See Also