Creates an instance of FtpConnectEventArgs.
Namespace: Jscape.FtpAssembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0
Syntax
C# |
---|
public FtpConnectEventArgs( string hostname ) |
Visual Basic |
---|
Public Sub New ( _ hostname As String _ ) |
Visual C++ |
---|
public: FtpConnectEventArgs( String^ hostname ) |
Parameters
- hostname
- Type: System..::..String
The FTP server hostname.