The size of the buffers (in bytes) used in writing to and reading from the data-sockets.

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

Syntax

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

Implements

IFileTransferClient..::..TransferBufferSize

See Also