FTPConnectionPerformAutoLogin Method
Attempt to log into the server if
AutoLogin is on.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
protected virtual bool PerformAutoLogin()
Protected Overridable Function PerformAutoLogin As Boolean
protected:
virtual bool PerformAutoLogin()
abstract PerformAutoLogin : unit -> bool
override PerformAutoLogin : unit -> bool
Return Value
Boolean A login attempt will take place only if the
UserName property
and (optionally) the
Password property have been set.