 | 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.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic 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
Int32
See Also