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.Ftp
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntaxpublic 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
Type:
Boolean
Remarks
The client only contacts the server during periods of inactivity.
See Also