MVPSI.JAMS.Activities Namespace > FTPSession Class : KeepAlive Property |
'Declaration
<System.ComponentModel.CategoryAttribute("Connection Options")> <System.ComponentModel.DescriptionAttribute("Keeps the connection alive during transfers by sending a NOOP command.")> <System.Activities.RequiredArgumentAttribute()> Public Property KeepAlive As System.Boolean
'Usage
Dim instance As FTPSession Dim value As System.Boolean instance.KeepAlive = value value = instance.KeepAlive
[System.ComponentModel.Category("Connection Options")] [System.ComponentModel.Description("Keeps the connection alive during transfers by sending a NOOP command.")] [System.Activities.RequiredArgument()] public System.bool KeepAlive {get; set;}
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2