C# Class TrainNotifier.Console.WebApi.MessageHandlers.CompressedContent

Inheritance: System.Net.Http.HttpContent
Afficher le fichier Open project: blueghostuk/trainnotifier-server

Méthodes publiques

Méthode Description
CompressedContent ( HttpContent content, string encodingType ) : System

Méthodes protégées

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

Method Details

CompressedContent() public méthode

public CompressedContent ( HttpContent content, string encodingType ) : System
content System.Net.Http.HttpContent
encodingType string
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