Click or drag to resize

FTPServerInputControlKeepAlive Property

Defines if the server connection should be kept alive between requests.

Namespace: RelaxIS_SDK.Tools
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public bool KeepAlive { get; set; }

Property Value

Boolean
Remarks
Can improve performance on multiple requests at the cost of probable connection issues.
See Also