|
RiotNet
8.0.0
A C#/.NET client for the Riot Games API.
|
Represents HTTP content in JSON format. More...
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) |
Represents HTTP content in JSON format.
|
inline |
Creates a new JsonContent instance.
| content | The object to serialize in JSON format. |
1.8.10