An NDoc Documented Class Library

TransferEventArgs Constructor (Byte[], String, TransferDirection, FTPTransferType)

Constructor

public TransferEventArgs(
   byte[] localByteArray,
   string remoteFilename,
   TransferDirection direction,
   FTPTransferType transferType
);

Parameters

localByteArray
The byte-array being transferred to/from.
remoteFilename
The remote file name to be uploaded or downloaded
direction
Upload or download
transferType
ASCII or binary

See Also

TransferEventArgs Class | EnterpriseDT.Net.Ftp Namespace | TransferEventArgs Constructor Overload List