RiotNet  8.0.0
A C#/.NET client for the Riot Games API.
Public Member Functions | Protected Member Functions | List of all members
RiotNet.JsonContent Class Reference

Represents HTTP content in JSON format. More...

Inheritance diagram for RiotNet.JsonContent:

Public Member Functions

 JsonContent (object content)
 Creates a new JsonContent instance. More...
 

Protected Member Functions

override Task SerializeToStreamAsync (Stream stream, TransportContext context)
 
override bool TryComputeLength (out long length)
 

Detailed Description

Represents HTTP content in JSON format.

Constructor & Destructor Documentation

RiotNet.JsonContent.JsonContent ( object  content)
inline

Creates a new JsonContent instance.

Parameters
contentThe object to serialize in JSON format.

The documentation for this class was generated from the following file: