public interface IDownloadProgressReports download progress.
Namespace
Google.Apis.DownloadAssembly
Google.Apis.dll
Properties
BytesDownloaded
long BytesDownloaded { get; }Gets the number of bytes received from the server.
| Property Value | |
|---|---|
| Type | Description |
long |
|
Exception
Exception Exception { get; }Gets an exception if one occurred.
| Property Value | |
|---|---|
| Type | Description |
Exception |
|
Status
DownloadStatus Status { get; }Gets the current status of the upload.
| Property Value | |
|---|---|
| Type | Description |
DownloadStatus |
|