Simple adapter to allow an IAsyncEnumerator<T> to be used as a gRPC IAsyncStreamReader<T>.
Note that cancellation is not fully supported, due to differences between the two interfaces.
[[["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."],[[["This webpage provides documentation for different versions of the `Google.Api.Gax` library, specifically within the `Google.Api.Gax.Grpc.Testing` namespace, ranging from version 3.2.0 to the latest, 4.10.0."],["The `AsyncStreamAdapter\u003cT\u003e` class is a simple adapter that allows an `IAsyncEnumerator\u003cT\u003e` to be used as a gRPC `IAsyncStreamReader\u003cT\u003e`, although it does not fully support cancellation."],["The `FakeApiCall` class is a helper for faking services, allowing the creation of `ApiCall\u003cTRequest, TResponse\u003e` objects without the need for gRPC."]]],[]]