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

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

Syntax

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

Inheritance Hierarchy

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

See Also