Constructor
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0
Syntax
C# |
---|
public TransferEventArgs( byte[] localByteArray, string remoteFilename, TransferDirection direction, FTPTransferType transferType ) |
Visual Basic |
---|
Public Sub New ( _ localByteArray As Byte(), _ remoteFilename As String, _ direction As TransferDirection, _ transferType As FTPTransferType _ ) |
Visual C++ |
---|
public: TransferEventArgs( array<unsigned char>^ localByteArray, String^ remoteFilename, TransferDirection direction, FTPTransferType transferType ) |
Parameters
- localByteArray
- Type: array<System..::..Byte>[]()[][]
The byte-array being transferred to/from.
- remoteFilename
- Type: System..::..String
The remote file name to be uploaded or downloaded
- direction
- Type: EnterpriseDT.Net.Ftp..::..TransferDirection
Upload or download
- transferType
- Type: EnterpriseDT.Net.Ftp..::..FTPTransferType
ASCII or binary