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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eAsyncStreamReaderExtensions\u003c/code\u003e class, which offers extension methods for the \u003ccode\u003eIAsyncStreamReader<T>\u003c/code\u003e interface within the Grpc.Core namespace.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAsyncStreamReaderExtensions\u003c/code\u003e class inherits from the base \u003ccode\u003eobject\u003c/code\u003e class and includes common inherited members like \u003ccode\u003eEquals\u003c/code\u003e, \u003ccode\u003eGetHashCode\u003c/code\u003e, and \u003ccode\u003eGetType\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe primary method documented is \u003ccode\u003eMoveNext<T>(IAsyncStreamReader<T>)\u003c/code\u003e, which allows for asynchronous advancement to the next element in a stream.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMoveNext\u003c/code\u003e method accepts a stream reader of type \u003ccode\u003eIAsyncStreamReader\u003c/code\u003e as a parameter and it returns a boolean \u003ccode\u003eTask\u003c/code\u003e that indicates whether the reader has successfully moved to the next element in the stream.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMoveNext\u003c/code\u003e method type parameter, \u003ccode\u003eT\u003c/code\u003e, represents the message type that the stream reader is handling.\u003c/p\u003e\n"]]],[],null,[]]