Class SharpTransferProgress
Inheritance
SharpTransferProgress
Assembly: SharpFileTransferManager.dll
Syntax
public class SharpTransferProgress
Constructors
|
Edit this page
View Source
SharpTransferProgress(DateTime, long)
Declaration
public SharpTransferProgress(DateTime startedTimestamp, long bytesTransfered)
Parameters
| Type |
Name |
Description |
| DateTime |
startedTimestamp |
|
| long |
bytesTransfered |
|
Properties
|
Edit this page
View Source
BytesPerSecond
Declaration
public double BytesPerSecond { get; }
Property Value
|
Edit this page
View Source
BytesTransferred
Declaration
public long BytesTransferred { get; set; }
Property Value
|
Edit this page
View Source
Fraction
Declaration
public double Fraction { get; }
Property Value
|
Edit this page
View Source
Percentage
Declaration
public double Percentage { get; }
Property Value
|
Edit this page
View Source
ProcessedFile
Declaration
public string ProcessedFile { get; set; }
Property Value
|
Edit this page
View Source
StreamSize
Declaration
public long StreamSize { get; set; }
Property Value
|
Edit this page
View Source
Total
Declaration
public long Total { get; set; }
Property Value
|
Edit this page
View Source
Transferred
Declaration
public long Transferred { get; set; }
Property Value
Methods
|
Edit this page
View Source
Declaration
public string GetBytesTransferedFormatted(SharpSuffixStyle suffixStyle, int decimalPlaces)
Parameters
Returns
|
Edit this page
View Source
Declaration
public string GetDataPerSecondFormatted(SharpSuffixStyle suffixStyle, int decimalPlaces)
Parameters
Returns
|
Edit this page
View Source
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
| Type |
Description |
| string |
A string that represents the current object.
|
Overrides