public bool IsImplicitFTPS { get; set; }Public Property IsImplicitFTPS As Boolean
Get
Setpublic:
property bool IsImplicitFTPS {
bool get ();
void set (bool value);
}member IsImplicitFTPS : bool with get, setImplicit FTPS is an older form of FTPS which uses pure SSL connection, i.e. SSL sessions are established immediately upon socket connection for all FTP channels.
This property may be read any time, but may be set only prior to connection.