2 references to Stream
AzureFunctionsEndToEnd.ApiService (1)
Program.cs (1)
86
return Results.
Stream
(stream, "application/json");
Microsoft.AspNetCore.Http.Results (1)
Results.cs (1)
358
/// This API is an alias for <see cref="
Stream
(Stream, string, string?, DateTimeOffset?, EntityTagHeaderValue?, bool)"/>.