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