Grpc.Core.AsyncStreamReaderExtensions
Extension methods for IAsyncStreamReader<T>.
public static IAsyncEnumerable<T> ReadAllAsync<T>(this IAsyncStreamReader<T> streamReader, CancellationToken cancellationToken = default)
Creates an IAsyncEnumerable<T> that enables reading all of the data from the stream reader.