Interface IDownloadProgress (1.60.0)

public interface IDownloadProgress

Reports download progress.

Namespace

GoogleApisDownload

Assembly

Google.Apis.dll

Properties

BytesDownloaded

long BytesDownloaded { get; }

Gets the number of bytes received from the server.

Property Value
TypeDescription
long

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 Methods