Gets or sets the type of TLS/SSL initialization for explicit TLS/SSL mode.

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

Syntax

Visual Basic
Public Property SslUpgradeType As FtpSecureUpgradeType
	Get
	Set
C#
public FtpSecureUpgradeType SslUpgradeType { get; set; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also