JsonWriter.WritePropertyNameAsync Method (original) (raw)

| | Name | Description | | | ------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | | Public method | WritePropertyNameAsync(String, CancellationToken) | Asynchronously writes the property name of a name/value pair of a JSON object. | | Public method | WritePropertyNameAsync(String, Boolean, CancellationToken) | Asynchronously writes the property name of a name/value pair of a JSON object. |

Top