Xceed .NET Libraries Documentation
DataTransferBufferSize Property


Xceed.Ftp Assembly > Xceed.Ftp Namespace > FtpClient Class : DataTransferBufferSize Property
Gets or sets a value representing the size of the buffer used during data transfers.
Syntax
'Declaration
 
Public Shared Property DataTransferBufferSize As Integer
'Usage
 
Dim value As Integer
 
FtpClient.DataTransferBufferSize = value
 
value = FtpClient.DataTransferBufferSize
public static int DataTransferBufferSize {get; set;}

Property Value

A value representing the size of the buffer used duing data transfers.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FtpClient Class
FtpClient Members