Interface IDownloadProgress
Reports download progress.
Namespace: Google.Apis.Download
Assembly: Google.Apis.dll
Syntax
public interface IDownloadProgressProperties
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 | 
|---|---|
| Exception | 
Status
Gets the current status of the upload.
Declaration
DownloadStatus Status { get; }Property Value
| Type | Description | 
|---|---|
| DownloadStatus |