FTPServerInputControlKeepAlive Property |
Defines if the server connection should be kept alive between requests.
Namespace: RelaxIS_SDK.ToolsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public bool KeepAlive { get; set; }
Public Property KeepAlive As Boolean
Get
Set
Dim instance As FTPServerInputControl
Dim value As Boolean
value = instance.KeepAlive
instance.KeepAlive = value
Property Value
BooleanRemarks Can improve performance on multiple requests at the cost of probable connection issues.
See Also