6 references to IdHeaderChecks
System.Web (6)
Configuration\BrowserCapabilitiesCodeGenerator.cs (6)
1164
if(bd.
IdHeaderChecks
.Count > 0) {
1166
for (int i = 0; i < bd.
IdHeaderChecks
.Count; i++) {
1167
string matchedString = ((CheckPair)bd.
IdHeaderChecks
[i]).MatchString;
1182
if (((CheckPair)bd.
IdHeaderChecks
[i]).Header.Equals("User-Agent")) {
1194
string header = ((CheckPair)bd.
IdHeaderChecks
[i]).Header;
1237
if(((CheckPair)bd.
IdHeaderChecks
[i]).NonMatch) {