C# Class UniAlltid.Language.API.Code.Compression.CompressedContent

Inheritance: System.Net.Http.HttpContent
Afficher le fichier Open project: unipluss/UniAlltid.Language

Méthodes publiques

Méthode Description
CompressedContent ( HttpContent content, ICompressor compressor ) : System.IO

Méthodes protégées

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

Private Methods

Méthode Description
AddHeaders ( ) : void

Method Details

CompressedContent() public méthode

public CompressedContent ( HttpContent content, ICompressor compressor ) : System.IO
content System.Net.Http.HttpContent
compressor ICompressor
Résultat System.IO

SerializeToStreamAsync() protected méthode

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

TryComputeLength() protected méthode

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