5 references to SendFileFallback
Microsoft.AspNetCore.Http (1)
StreamResponseBodyFeature.cs (1)
92
await
SendFileFallback
.SendFileAsync(Stream, path, offset, count, cancellationToken);
Microsoft.AspNetCore.ResponseCompression (1)
ResponseCompressionBody.cs (1)
291
return
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)
339
return
SendFileFallback
.SendFileAsync(ResponseBody, path, offset, count, cancellation);
Microsoft.AspNetCore.TestHost (1)
ResponseFeature.cs (1)
145
return
SendFileFallback
.SendFileAsync(Stream, path, offset, count, cancellation);