6 references to ExceptionThrowingRequestBodyStream
Microsoft.AspNetCore.Http.Extensions.Tests (6)
RequestDelegateFactoryTests.cs (2)
1936
httpContext.Request.Body = new
ExceptionThrowingRequestBodyStream
(exception);
1969
httpContext.Request.Body = new
ExceptionThrowingRequestBodyStream
(exception);
RequestDelegateGenerator\RequestDelegateCreationTests.Forms.cs (1)
932
httpContext.Request.Body = new
ExceptionThrowingRequestBodyStream
(ioException);
RequestDelegateGenerator\RequestDelegateCreationTests.Logging.cs (3)
483
httpContext.Request.Body = new
ExceptionThrowingRequestBodyStream
(ioException);
519
httpContext.Request.Body = new
ExceptionThrowingRequestBodyStream
(jsonException);
560
httpContext.Request.Body = new
ExceptionThrowingRequestBodyStream
(jsonException);