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