4 references to Stream
Microsoft.AspNetCore.Http.Results (2)
Results.cs (1)
410=> TypedResults.Stream(stream, contentType, fileDownloadName, lastModified, entityTag, enableRangeProcessing);
TypedResults.cs (1)
347/// This API is an alias for <see cref="Stream(Stream, string, string?, DateTimeOffset?, EntityTagHeaderValue?, bool)"/>.
Microsoft.AspNetCore.Http.Results.Tests (2)
TypedResultsTests.cs (2)
336Assert.Throws<ArgumentNullException>("stream", () => TypedResults.Stream(default(Stream))); 3850 => TypedResults.Stream(stream, contentType, fileDownloadName, lastModified, entityTag, enableRangeProcessing),