An NDoc Documented Class Library

FTPConnection.OnLoggedIn Method 

Called when the client has logged in.

protected virtual void OnLoggedIn(
   string userName,
   string password,
   bool hasLoggedIn
);

Parameters

userName
User-name of account.
password
Password of account.
hasLoggedIn
true if the client logged in successfully.

See Also

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace