10 writes to ThrowWriteExceptions
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (10)
Listener\ResponseBodyTests.cs (6)
150server.Options.ThrowWriteExceptions = true; 191server.Options.ThrowWriteExceptions = true; 236server.Options.ThrowWriteExceptions = true; 273server.Options.ThrowWriteExceptions = true; 364server.Options.ThrowWriteExceptions = true; 404server.Options.ThrowWriteExceptions = true;
ResponseSendFileTests.cs (4)
389}, options => options.ThrowWriteExceptions = true, LoggerFactory)) 444}, options => options.ThrowWriteExceptions = true, LoggerFactory)) 516}, options => options.ThrowWriteExceptions = true, LoggerFactory)) 610}, options => options.ThrowWriteExceptions = true, LoggerFactory))
1 reference to ThrowWriteExceptions
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\ResponseBody.cs (1)
40internal bool ThrowWriteExceptions => RequestContext.Server.Options.ThrowWriteExceptions;