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.FileTransfer (in Rebex.FileTransfer.dll)

Syntax

Visual Basic
Public Property PauseBeforeUploadClose As Boolean
	Get
	Set
C#
public bool PauseBeforeUploadClose { get; set; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also