C# Class CoreTweet.Core.ProgressHttpContent

Inheritance: System.Net.Http.HttpContent
Afficher le fichier Open project: CoreTweet/CoreTweet

Méthodes publiques

Méthode Description
ProgressHttpContent ( HttpContent innerContent, long totalBytesToSend, IProgress progress ) : System

Méthodes protégées

Méthode Description
SerializeToStreamAsync ( Stream stream, System.Net.TransportContext context ) : Task
TryComputeLength ( long &length ) : bool

Method Details

ProgressHttpContent() public méthode

public ProgressHttpContent ( HttpContent innerContent, long totalBytesToSend, IProgress progress ) : System
innerContent System.Net.Http.HttpContent
totalBytesToSend long
progress IProgress
Résultat System

SerializeToStreamAsync() protected méthode

protected SerializeToStreamAsync ( Stream stream, System.Net.TransportContext context ) : Task
stream Stream
context System.Net.TransportContext
Résultat Task

TryComputeLength() protected méthode

protected TryComputeLength ( long &length ) : bool
length long
Résultat bool