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

Inheritance: System.Net.Http.HttpContent
Exibir arquivo Open project: WildGums/Orc.LicenseManager

Public Methods

Method Description
JsonContent ( object value ) : System.IO

Protected Methods

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

Method Details

JsonContent() public method

public JsonContent ( object value ) : System.IO
value object
return System.IO

SerializeToStreamAsync() protected method

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

TryComputeLength() protected method

protected TryComputeLength ( long &length ) : bool
length long
return bool