Прочитать на английском Изменить

Поделиться через


Utf8JsonReader.CurrentState Property

Definition

Gets the current Utf8JsonReader state to pass to a Utf8JsonReader constructor with more data.

public System.Text.Json.JsonReaderState CurrentState { get; }

Property Value

The current reader state.

Remarks

Unlike the Utf8JsonReader, which is a ref struct, the state can survive across async/await boundaries. This type is required to provide support for reading in more data asynchronously before continuing with a new instance of the Utf8JsonReader.

Applies to

Продукт Версии
.NET Core 3.0, Core 3.1, 5, 6, 7, 8 (package-provided), 8, 9 (package-provided), 9, 10 (package-provided), 10
.NET Standard 2.0 (package-provided)