Gets or sets a value that indicates whether to enable a workaround for FTP/SSL servers which do not handle TLS 1.3 shutdown properly.

Namespace:  Rebex.Net
Assembly:  Rebex.Ftp (in Rebex.Ftp.dll)

Syntax

Visual Basic
Public Property EnableBrokenShutdownWorkaround As Nullable(Of Boolean)
	Get
	Set
C#
public Nullable<bool> EnableBrokenShutdownWorkaround { get; set; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also