FTPServerOptionsKeepAlive Property |
Defines if the connection is kept alive between multiple connections
Namespace: RelaxIS_SDK.RelaxISRemote.RelaxISRemoteJobDefinitionsAssembly: 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 FTPServerOptions
Dim value As Boolean
value = instance.KeepAlive
instance.KeepAlive = value
Property Value
BooleanSee Also