Class StreamProgress
The upload progress.
public class StreamProgress
- Inheritance
-
objectStreamProgress
Constructors
StreamProgress(long, long?)
Initializes a new instance of the StreamProgress class.
public StreamProgress(long bytesTransfered, long? totalBytes)
Parameters
Properties
BytesTransfered
Gets the bytes transfered.
public long BytesTransfered { get; }
Property Value
ProgressPercentage
Gets the progress percentage.
public int ProgressPercentage { get; }
Property Value
TotalBytes
Gets the total bytes.
public long? TotalBytes { get; }
Property Value
- long?
Methods
ToString()
Returns a string that represents this instance.
public override string ToString()