4 writes to ThrowWriteExceptions
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (4)
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)
40
internal bool ThrowWriteExceptions => RequestContext.Server.Options.
ThrowWriteExceptions
;