The size of the buffers (in bytes) used in writing to and reading from the data-sockets.
Namespace: EnterpriseDT.Net.FtpAssembly: 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; } |