edtFTPnet/Free - Open-source FTP component for .NET | Download
Provides data for the LoggingIn and LoggedIn events.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public class FTPLogInEventArgs : FTPEventArgs
Visual Basic
Public Class FTPLogInEventArgs _
	Inherits FTPEventArgs
Visual C++
public ref class FTPLogInEventArgs : public FTPEventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    EnterpriseDT.Net.Ftp..::..FTPEventArgs
      EnterpriseDT.Net.Ftp..::..FTPLogInEventArgs

See Also