edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

SecureFTPConnectionTCPBufferSize Property

TCP read/write buffer size of the underlying sockets (-1 means use defaults). For some transfers setting this value to 0 can improve performance.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public override int TCPBufferSize { get; set; }

Property Value

Int32

Remarks

The default value is -1, which means use the Microsoft defaults. This value is not used for HTTP.

See Also