Contains status information on the progress of a POST request.
More...
|
| 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...
|
| |
Contains status information on the progress of a POST request.
◆ UploadProgressInfo()
| CoreTweet.UploadProgressInfo.UploadProgressInfo |
( |
long |
bytesSent, |
|
|
long? |
totalBytesToSend |
|
) |
| |
|
inline |
◆ 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: