The downloading buffer size in bytes. Set to 0 for adaptive buffer size.
Namespace: Jscape.SftpAssembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0
Syntax
C# |
---|
public int DownloadingBufferSize { get; set; } |
Visual Basic |
---|
Public Property DownloadingBufferSize As Integer Get Set |
Visual C++ |
---|
public: property int DownloadingBufferSize { int get (); void set (int value); } |