Grpc.Core.AsyncStreamReaderExtensions public static class AsyncStreamReaderExtensions Extension methods for IAsyncStreamReader<T>. Documentation Code public static Task<bool> MoveNext<T>(this IAsyncStreamReader<T> streamReader) Advances the stream reader to the next element in the sequence, returning the result asynchronously.