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