5 references to SendFileFallback
Microsoft.AspNetCore.Http (1)
StreamResponseBodyFeature.cs (1)
92await SendFileFallback.SendFileAsync(Stream, path, offset, count, cancellationToken);
Microsoft.AspNetCore.ResponseCompression (1)
ResponseCompressionBody.cs (1)
291return SendFileFallback.SendFileAsync(Stream, path, offset, count, cancellation);
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpContext.FeatureCollection.cs (1)
215=> SendFileFallback.SendFileAsync(ResponseBody, path, offset, count, cancellation);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
339return SendFileFallback.SendFileAsync(ResponseBody, path, offset, count, cancellation);
Microsoft.AspNetCore.TestHost (1)
ResponseFeature.cs (1)
145return SendFileFallback.SendFileAsync(Stream, path, offset, count, cancellation);