Interface IDownloadProgress (1.59.0)

public interface IDownloadProgress

Reports download progress.

Namespace

Google.Apis.Download

Assembly

Google.Apis.dll

Properties

BytesDownloaded

long BytesDownloaded { get; }

Gets the number of bytes received from the server.

Property Value
TypeDescription
Int64

Exception

Exception Exception { get; }

Gets an exception if one occurred.

Property Value
TypeDescription
Exception

Status

DownloadStatus Status { get; }

Gets the current status of the upload.

Property Value
TypeDescription
DownloadStatus

Extension Method