Contains status information on the progress of Rest.Media.UploadChunkedAsync(System.IO.Stream, UploadMediaType, object, System.Threading.CancellationToken, System.IProgress<UploadChunkedProgressInfo>).
More...
Contains status information on the progress of Rest.Media.UploadChunkedAsync(System.IO.Stream, UploadMediaType, object, System.Threading.CancellationToken, System.IProgress<UploadChunkedProgressInfo>).
◆ UploadChunkedProgressInfo()
CoreTweet.UploadChunkedProgressInfo.UploadChunkedProgressInfo |
( |
UploadChunkedProgressStage |
stage, |
|
|
long |
bytesSent, |
|
|
long |
totalBytesToSend, |
|
|
int |
processingProgressPercent |
|
) |
| |
|
inline |
◆ BytesSent
long CoreTweet.UploadChunkedProgressInfo.BytesSent |
|
getset |
Gets or sets the total number of bytes sent.
◆ ProcessingProgressPercent
int CoreTweet.UploadChunkedProgressInfo.ProcessingProgressPercent |
|
getset |
◆ Stage
Gets or sets the step in the progress
◆ TotalBytesToSend
long CoreTweet.UploadChunkedProgressInfo.TotalBytesToSend |
|
getset |
Gets or sets the total number of data bytes to send.
The documentation for this struct was generated from the following file: