Download block size in bytes. Set 0 to adaptive buffer size.
Namespace: Jscape.ScpAssembly: 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); } |