5 instantiations of RequestBodyDetectionFeature
Microsoft.AspNetCore.Http.Extensions.Tests (5)
RequestDelegateFactoryTests.cs (5)
856
httpContext.Features.Set<IHttpRequestBodyDetectionFeature>(new
RequestBodyDetectionFeature
(true));
889
httpContext.Features.Set<IHttpRequestBodyDetectionFeature>(new
RequestBodyDetectionFeature
(false));
1937
httpContext.Features.Set<IHttpRequestBodyDetectionFeature>(new
RequestBodyDetectionFeature
(true));
1970
httpContext.Features.Set<IHttpRequestBodyDetectionFeature>(new
RequestBodyDetectionFeature
(true));
2881
httpContext.Features.Set<IHttpRequestBodyDetectionFeature>(new
RequestBodyDetectionFeature
(true));