3 references to EnableHeaderChecking
System.Web (3)
HttpHeaderCollection.cs (1)
122
if (HttpRuntime.
EnableHeaderChecking
) {
HttpResponseHeader.cs (2)
28
: this(knownHeaderIndex, value, HttpRuntime.
EnableHeaderChecking
) {
46
: this(unknownHeader, value, HttpRuntime.
EnableHeaderChecking
) {