16 references to BadHttpRequestException
Microsoft.AspNetCore.Http.Extensions (4)
RequestDelegateFactory.cs (4)
2676
throw new
BadHttpRequestException
(message);
2690
throw new
BadHttpRequestException
(message);
2704
throw new
BadHttpRequestException
(message);
2788
throw new
BadHttpRequestException
(message);
Microsoft.AspNetCore.Http.Extensions.Tests (9)
ParameterBindingMethodCacheTests.cs (2)
1100
throw new
BadHttpRequestException
("The request is missing the required ETag header.");
1132
throw new
BadHttpRequestException
("The request is missing the required ETag header.");
RequestDelegateFactoryTests.cs (4)
459
throw new
BadHttpRequestException
("The request is missing the required Referer header.");
500
throw new
BadHttpRequestException
("The request is missing the required Referer header.");
516
throw new
BadHttpRequestException
("The request is missing the required Referer header.");
535
throw new
BadHttpRequestException
("The request is missing the required Referer header.");
RequestDelegateGenerator\SharedTypes.cs (3)
280
throw new
BadHttpRequestException
("The request is missing the required Referer header.");
307
throw new
BadHttpRequestException
("The request is missing the required Referer header.");
324
throw new
BadHttpRequestException
("The request is missing the required Referer header.");
Microsoft.AspNetCore.Http.Microbenchmarks (3)
src\Http\Http.Extensions\test\RequestDelegateGenerator\SharedTypes.cs (3)
280
throw new
BadHttpRequestException
("The request is missing the required Referer header.");
307
throw new
BadHttpRequestException
("The request is missing the required Referer header.");
324
throw new
BadHttpRequestException
("The request is missing the required Referer header.");