Creates a new FxpEndEvent instance
Namespace: Jscape.FtpAssembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0
Syntax
C# |
---|
public FxpEndEventArgs( Object src, Object destination, string filename ) |
Visual Basic |
---|
Public Sub New ( _ src As Object, _ destination As Object, _ filename As String _ ) |
Visual C++ |
---|
public: FxpEndEventArgs( Object^ src, Object^ destination, String^ filename ) |
Parameters
- src
- Type: System..::..Object
the source Ftp or Ftps instance
- destination
- Type: System..::..Object
the destination Ftp or Ftps instance
- filename
- Type: System..::..String
the filename transferred