3 references to FakeSendFileFeature
Microsoft.AspNetCore.ResponseCompression.Tests (3)
ResponseCompressionMiddlewareTest.cs (3)
1061fakeSendFile = new FakeSendFileFeature(context.Features.Get<IHttpResponseBodyFeature>()); 1111fakeSendFile = new FakeSendFileFeature(context.Features.Get<IHttpResponseBodyFeature>()); 1161fakeSendFile = new FakeSendFileFeature(context.Features.Get<IHttpResponseBodyFeature>());