ExFTPConnectionKeepAliveIdle Property
Flag to enable the use of keep alive messages, which are sent to keep the
connection alive when no activity is occurring.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public bool KeepAliveIdle { get; set; }
Public Property KeepAliveIdle As Boolean
Get
Set
public:
property bool KeepAliveIdle {
bool get ();
void set (bool value);
}
member KeepAliveIdle : bool with get, set
Property Value
Boolean
The client only contacts the server during periods of inactivity.