CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Public Member Functions | Properties | List of all members
CoreTweet.UploadChunkedProgressInfo Struct Reference

Contains status information on the progress of Rest.Media.UploadChunkedAsync(System.IO.Stream, UploadMediaType, object, System.Threading.CancellationToken, System.IProgress<UploadChunkedProgressInfo>). More...

Public Member Functions

 UploadChunkedProgressInfo (UploadChunkedProgressStage stage, long bytesSent, long totalBytesToSend, int processingProgressPercent)
 

Properties

UploadChunkedProgressStage Stage [get, set]
 Gets or sets the step in the progress More...
 
long BytesSent [get, set]
 Gets or sets the total number of bytes sent. More...
 
long TotalBytesToSend [get, set]
 Gets or sets the total number of data bytes to send. More...
 
int ProcessingProgressPercent [get, set]
 

Detailed Description

Contains status information on the progress of Rest.Media.UploadChunkedAsync(System.IO.Stream, UploadMediaType, object, System.Threading.CancellationToken, System.IProgress<UploadChunkedProgressInfo>).

Constructor & Destructor Documentation

◆ UploadChunkedProgressInfo()

CoreTweet.UploadChunkedProgressInfo.UploadChunkedProgressInfo ( UploadChunkedProgressStage  stage,
long  bytesSent,
long  totalBytesToSend,
int  processingProgressPercent 
)
inline

Property Documentation

◆ BytesSent

long CoreTweet.UploadChunkedProgressInfo.BytesSent
getset

Gets or sets the total number of bytes sent.

◆ ProcessingProgressPercent

int CoreTweet.UploadChunkedProgressInfo.ProcessingProgressPercent
getset

◆ Stage

UploadChunkedProgressStage CoreTweet.UploadChunkedProgressInfo.Stage
getset

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: