2 references to Stream
Microsoft.AspNetCore.Http.Results (2)
Results.cs (1)
411=> TypedResults.Stream(stream, contentType, fileDownloadName, lastModified, entityTag, enableRangeProcessing);
TypedResults.cs (1)
348/// This API is an alias for <see cref="Stream(Stream, string, string?, DateTimeOffset?, EntityTagHeaderValue?, bool)"/>.