Show / Hide Table of Contents

Interface IDownloadProgress

Reports download progress.

Namespace: Google.Apis.Download
Assembly: Google.Apis.dll
Syntax
public interface IDownloadProgress

Properties

BytesDownloaded

Gets the number of bytes received from the server.

Declaration
long BytesDownloaded { get; }
Property Value
Type Description
long

Exception

Gets an exception if one occurred.

Declaration
Exception Exception { get; }
Property Value
Type Description
System.Exception

Status

Gets the current status of the upload.

Declaration
DownloadStatus Status { get; }
Property Value
Type Description
DownloadStatus

Extension Methods

DownloadProgress.ThrowOnFailure(IDownloadProgress)
In This Article
Back to top Generated by DocFX