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; } |