1 write to _rejectionVebosityLevel
Microsoft.AspNetCore.Server.HttpSys (1)
HttpSysOptions.cs (1)
222
_rejectionVebosityLevel
= value;
3 references to _rejectionVebosityLevel
Microsoft.AspNetCore.Server.HttpSys (3)
HttpSysOptions.cs (3)
206
return
_rejectionVebosityLevel
;
273
if (
_rejectionVebosityLevel
!= DefaultRejectionVerbosityLevel)
275
_requestQueue.SetRejectionVerbosity(
_rejectionVebosityLevel
);