5 instantiations of RequestBodyDetectionFeature
Microsoft.AspNetCore.Http.Extensions.Tests (5)
RequestDelegateFactoryTests.cs (5)
884
httpContext.Features.Set<IHttpRequestBodyDetectionFeature>(new
RequestBodyDetectionFeature
(true));
917
httpContext.Features.Set<IHttpRequestBodyDetectionFeature>(new
RequestBodyDetectionFeature
(false));
1965
httpContext.Features.Set<IHttpRequestBodyDetectionFeature>(new
RequestBodyDetectionFeature
(true));
1998
httpContext.Features.Set<IHttpRequestBodyDetectionFeature>(new
RequestBodyDetectionFeature
(true));
2912
httpContext.Features.Set<IHttpRequestBodyDetectionFeature>(new
RequestBodyDetectionFeature
(true));