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

Contains status information on the progress of a POST request. More...

Public Member Functions

 UploadProgressInfo (long bytesSent, long? totalBytesToSend)
 

Properties

long BytesSent [get]
 Gets the total number of bytes sent (not accurate). If the number is unknown, this value is 0. More...
 
long? TotalBytesToSend [get]
 Gets the total number of data bytes to send (not accurate). If the number is unknown, this value is null. More...
 

Detailed Description

Contains status information on the progress of a POST request.

Constructor & Destructor Documentation

◆ UploadProgressInfo()

CoreTweet.UploadProgressInfo.UploadProgressInfo ( long  bytesSent,
long?  totalBytesToSend 
)
inline

Property Documentation

◆ BytesSent

long CoreTweet.UploadProgressInfo.BytesSent
get

Gets the total number of bytes sent (not accurate). If the number is unknown, this value is 0.

◆ TotalBytesToSend

long? CoreTweet.UploadProgressInfo.TotalBytesToSend
get

Gets the total number of data bytes to send (not accurate). If the number is unknown, this value is null.


The documentation for this struct was generated from the following file: