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-08-04 UTC."],[[["This page details the `AsyncStreamReaderExtensions` class, which provides extension methods for the `IAsyncStreamReader\u003cT\u003e` interface in the `Grpc.Core` namespace."],["The `AsyncStreamReaderExtensions` class is derived from the base `Object` class and is located within the `Grpc.Core.Api.dll` assembly."],["The main method detailed is `MoveNext\u003cT\u003e(IAsyncStreamReader\u003cT\u003e)`, which advances the stream reader to the next element, returning a `Task\u003cbool\u003e` indicating success or the end of the sequence."],["The `MoveNext\u003cT\u003e` method accepts a parameter `streamReader` of type `IAsyncStreamReader\u003cT\u003e` and uses a type parameter `T` to designate the message type."]]],[]]