public interface IUploadProgressInterface reporting upload progress.
Namespace
Google.Apis.UploadAssembly
Google.Apis.dll
Properties
BytesSent
long BytesSent { get; }Gets the approximate number of bytes sent to the server.
| Property Value | |
|---|---|
| Type | Description |
long |
|
Exception
Exception Exception { get; }Gets an exception if one occurred.
| Property Value | |
|---|---|
| Type | Description |
Exception |
|
Status
UploadStatus Status { get; }Gets the current status of the upload
| Property Value | |
|---|---|
| Type | Description |
UploadStatus |
|