An NDoc Documented Class Library

FTPClient.TransferStartedEx Event

Notifies of the start of a transfer, and supplies more details than TransferStarted

public event TransferHandler TransferStartedEx;

Event Data

The event handler receives an argument of type TransferEventArgs containing data related to this event. The following TransferEventArgs properties provide information specific to this event.

Property Description
Direction Gets the transfer direction
LocalByteArray Gets the byte-array being transferred to/from.
LocalFilePath Gets the path of the local file.
LocalStream Gets the stream being transferred to/from.
RemoteFilename Gets the remote filename
TransferType Gets the transfer type

Implements

IFileTransferClient.TransferStartedEx

See Also

FTPClient Class | EnterpriseDT.Net.Ftp Namespace