Get and set the blocksize used to calculate the file size.

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

Syntax

C#
public int BlockSize { get; set; }
Visual Basic
Public Property BlockSize As Integer
	Get
	Set
Visual C++
public:
property int BlockSize {
	int get ();
	void set (int value);
}

Remarks

The blocksize is multiplied by the reported size to obtain the actual size.

See Also