TapiProgressEventArgs
Represents Transfer API progress event arguments data. This class cannot be inherited.
Gets a value indicating whether the file transfer has completed. See Successful to determine whether the file transfer is successful or failed.
Gets the end transfer time.
Gets the total transferred bytes.
Gets the transferred file name.
Gets the line number.
Gets the start transfer time.
Gets a value indicating whether the file was successfully transferred.
Gets or sets the full path to the transfer target file.
public TapiProgressEventArgs(string fileName, string targetFile, bool completed, bool successful, int lineNumber, long fileBytes, DateTime startTime, DateTime endTime)
Initializes a new instance of the TapiProgressEventArgs class.