PowerTCP FTP for .NET
BlockSize Property



Gets or sets the buffer size used during file and socket I/O.
Syntax
<DefaultValueAttribute(65536)>
Public Property BlockSize As Integer
Dim instance As FtpSession
Dim value As Integer
 
instance.BlockSize = value
 
value = instance.BlockSize
[DefaultValue(65536)]
public int BlockSize {get; set;}
[DefaultValue(65536)]
public:
property int BlockSize {
   int get();
   void set (    int value);
}
See Also

Reference

FtpSession Class
FtpSession Members


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic