edtFTPnet/Free - Open-source FTP component for .NET | Download
Indicates whether or not this tranfer should be resumed.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public bool Resume { get; set; }
Visual Basic
Public Property Resume As Boolean
	Get
	Set
Visual C++
public:
property bool Resume {
	bool get ();
	void set (bool value);
}

See Also