JAMS Developer Guide
KeepAlive Property (FtpDownload)


MVPSI.JAMS.Activities Namespace > FtpDownload Class : KeepAlive Property
Keeps the connection alive during transfers by sending a NOOP command.
Syntax
'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 FtpDownload
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;}
Requirements

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

See Also

Reference

FtpDownload Class
FtpDownload Members