| ExtensionContainerSupportsAuthTLS Property |
Gets boolean value indicating if
Auth extension with
TLS is supported.
True indicates you can use
AuthTLS method.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public bool SupportsAuthTLS { get; }
Public ReadOnly Property SupportsAuthTLS As Boolean
Get
public:
property bool SupportsAuthTLS {
bool get ();
}
member SupportsAuthTLS : bool with get
Property Value
Type:
BooleanSee Also