An NDoc Documented Class Library

BytesTransferredEventArgs Constructor

Constructor The name of the file being transferred. The current count of bytes transferred.

Overload List

Constructor The current count of bytes transferred.

public BytesTransferredEventArgs(long);

Constructor The name of the file being transferred. The current count of bytes transferred.

public BytesTransferredEventArgs(string,long,long);

See Also

BytesTransferredEventArgs Class | EnterpriseDT.Net.Ftp Namespace