Gets or sets a size of data block the sender uses when sending data (effective for sender only). 
            
    Namespace: 
   Rebex.TerminalEmulation
    Assembly:
   Rebex.Terminal (in Rebex.Terminal.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Property BlockSize As FileTransferBlockSize Get Set | 
| C# | 
|---|
| public FileTransferBlockSize BlockSize { get; set; } | 
 
     
     
     
     
    