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