Performs a small pause before closing the encrypted upload connection when the transfer is finished.
            Used as a workaround for servers that are unable to correctly handle the last block data if it is followed
            by a TLS CloseNotify message in the same TCP block.
            
    Namespace: 
   Rebex.Net
    Assembly:
   Rebex.Ftp (in Rebex.Ftp.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Property PauseBeforeUploadClose As Boolean Get Set | 
| C# | 
|---|
| public bool PauseBeforeUploadClose { get; set; } | 
 
     
     
     
     
    