1 reference to GetFromJsonAsAsyncEnumerable
Keycloak.Web (1)
WeatherApiClient.cs (1)
9
await foreach (var forecast in httpClient.
GetFromJsonAsAsyncEnumerable
<WeatherForecast>("/weatherforecast", cancellationToken))