 | ExtensionContainerSupportsAuthSSL Property |
Gets boolean value indicating if
Auth extension with
SSL is supported.
True indicates you can use
AuthTLS method.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic bool SupportsAuthSSL { get; }Public ReadOnly Property SupportsAuthSSL As Boolean
Get
public:
property bool SupportsAuthSSL {
bool get ();
}member SupportsAuthSSL : bool with get
Property Value
Boolean
See Also