C# Class Orc.LicenseManager.Server.Website.JsonContent

Inheritance: System.Net.Http.HttpContent
Afficher le fichier Open project: WildGums/Orc.LicenseManager

Méthodes publiques

Méthode Description
JsonContent ( object value ) : 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

Method Details

JsonContent() public méthode

public JsonContent ( object value ) : System.IO
value object
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