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