Table of Contents

Class StreamProgress

Namespace
Artemis.UI.Shared.Utilities
Assembly
Artemis.UI.Shared.dll

The upload progress.

public class StreamProgress
Inheritance
object
StreamProgress

Constructors

StreamProgress(long, long?)

Initializes a new instance of the StreamProgress class.

public StreamProgress(long bytesTransfered, long? totalBytes)

Parameters

bytesTransfered long

The bytes transfered.

totalBytes long?

The total bytes.

Properties

BytesTransfered

Gets the bytes transfered.

public long BytesTransfered { get; }

Property Value

long

ProgressPercentage

Gets the progress percentage.

public int ProgressPercentage { get; }

Property Value

int

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()

Returns

string

A string that represents this instance.