edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
The size of the buffers used in writing to and reading from the data-sockets.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

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

Remarks

The size of receive and transmit buffers.

The default value is 4096.

See Also