C# Class Jackett.Utils.JsonContent

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

Méthodes publiques

Méthode Description
JsonContent ( object value ) : Newtonsoft.Json

Méthodes protégées

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

Method Details

JsonContent() public méthode

public JsonContent ( object value ) : Newtonsoft.Json
value object
Résultat Newtonsoft.Json

SerializeToStreamAsync() protected méthode

protected SerializeToStreamAsync ( Stream stream, System.Net.TransportContext context ) : System.Threading.Tasks.Task
stream 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