CoreTweet
2.0.0-beta.2
Yet another .NET Twitter Library
|
Classes | |
struct | CoreTweet.UploadProgressInfo |
Contains status information on the progress of a POST request. More... | |
struct | CoreTweet.UploadChunkedProgressInfo |
Contains status information on the progress of Rest.Media.UploadChunkedAsync(System.IO.Stream, UploadMediaType, object, System.Threading.CancellationToken, System.IProgress<UploadChunkedProgressInfo>). More... | |
Namespaces | |
namespace | CoreTweet |
Enumerations | |
enum | CoreTweet.UploadChunkedProgressStage { CoreTweet.UploadChunkedProgressStage.None, CoreTweet.UploadChunkedProgressStage.SendingContent, CoreTweet.UploadChunkedProgressStage.Pending, CoreTweet.UploadChunkedProgressStage.InProgress } |
Indicates the step in the progress for Rest.Media.UploadChunkedAsync(System.IO.Stream, UploadMediaType, object, System.Threading.CancellationToken, System.IProgress<UploadChunkedProgressInfo>). More... | |