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 |
---|---|
System.Int64 |
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 |