| FtpProtectionBufferSize Property |
Gets or sets the maximum size, in bytes, of the encoded data blocks to be sent or received during file transfer.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public int ProtectionBufferSize { get; set; }
Public Property ProtectionBufferSize As Integer
Get
Set
public:
property int ProtectionBufferSize {
int get ();
void set (int value);
}
member ProtectionBufferSize : int with get, set
Property Value
Type:
Int32See Also