TapiLargeFileProgressEventArgs
Represents a Transfer API transfer large file progress event arguments data. This class cannot be inherited.
Gets the line number.
Gets the transfer path.
Gets the transfer progress.
Gets the total number of request bytes.
Gets the total number of transferred bytes.
public TapiLargeFileProgressEventArgs(TransferPath path, long totalRequestBytes, long totalTransferredBytes, double progress)
Initializes a new instance of the TapiLargeFileProgressEventArgs class.