Task containing the result of the operation: true if the reader was successfully advanced
to the next element; false if the reader has passed the end of the sequence.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-30 UTC."],[[["The `AsyncStreamReaderExtensions` class provides extension methods for the `IAsyncStreamReader\u003cT\u003e` interface, enhancing its functionality."],["The latest version of the documentation is 2.66.0, but there are also older versions available, such as 2.63.0 and 2.48.0."],["The `MoveNext\u003cT\u003e(IAsyncStreamReader\u003cT\u003e)` method asynchronously advances the stream reader to the next element in the sequence, returning true if successful or false if the end of the sequence is reached."],["The `MoveNext\u003cT\u003e` method is an extension that operates on `IAsyncStreamReader\u003cT\u003e` objects and is constrained to work only with classes, where `T` is the message type."],["The class `AsyncStreamReaderExtensions` inherits from the `object` class, and can therefore access its base methods, such as `Equals` or `GetHashCode`."]]],[]]