3 references to _propEnableHeaderChecking
System.Web (3)
Configuration\HttpRuntimeSection.cs (3)
340
_properties.Add(
_propEnableHeaderChecking
);
651
return (bool)base[
_propEnableHeaderChecking
];
654
base[
_propEnableHeaderChecking
] = value;