net7.0
namespace System.Net.Http.Json
{
public sealed class JsonContent : HttpContent
{
protected override Task! SerializeToStreamAsync(Stream! stream, TransportContext? context, CancellationToken cancellationToken);
}
}
.NET | 5.06.07.08.09.0 |
---|---|
Information specific to net7.0 | |
Assembly | System.Net.Http.Json , Version=7.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This API is supported on all platforms. |