1 type derived from HttpBrowserCapabilities
System.Web.Mobile (1)
Mobile\MobileCapabilities.cs (1)
22
public class MobileCapabilities :
HttpBrowserCapabilities
1 instantiation of HttpBrowserCapabilities
System.Web (1)
Configuration\BrowserCapabilitiesFactoryBase.cs (1)
153
HttpBrowserCapabilities browserCaps = new
HttpBrowserCapabilities
();
218 references to HttpBrowserCapabilities
System.Web (218)
Abstractions\HttpBrowserCapabilitiesWrapper.cs (2)
18
private
HttpBrowserCapabilities
_browser;
20
public HttpBrowserCapabilitiesWrapper(
HttpBrowserCapabilities
httpBrowserCapabilities) {
Compilation\BrowserCapabilitiesCompiler.cs (3)
303
cpde = new CodeParameterDeclarationExpression(typeof(
HttpBrowserCapabilities
), "browserCaps");
352
cpde = new CodeParameterDeclarationExpression(typeof(
HttpBrowserCapabilities
), browserCapsVariable);
430
cpde = new CodeParameterDeclarationExpression(typeof(
HttpBrowserCapabilities
), browserCapsVariable);
Configuration\BrowserCapabilitiesCodeGenerator.cs (3)
740
cpde = new CodeParameterDeclarationExpression(typeof(
HttpBrowserCapabilities
), browserCapsVariable);
995
cpde = new CodeParameterDeclarationExpression(typeof(
HttpBrowserCapabilities
), browserCapsVariable);
1113
cpde = new CodeParameterDeclarationExpression(typeof(
HttpBrowserCapabilities
), browserCapsVariable);
Configuration\BrowserCapabilitiesFactory.cs (181)
20
public override void ConfigureBrowserCapabilities(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
28
protected virtual void IeProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
31
protected virtual void IeProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
34
private bool IeProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
81
protected virtual void Ie6plusProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
84
protected virtual void Ie6plusProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
87
private bool Ie6plusProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
127
protected virtual void Ie6to9ProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
130
protected virtual void Ie6to9ProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
133
private bool Ie6to9Process(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
168
protected virtual void Ie7ProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
171
protected virtual void Ie7ProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
174
private bool Ie7Process(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
196
protected virtual void Ie8ProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
199
protected virtual void Ie8ProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
202
private bool Ie8Process(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
224
protected virtual void Ie9ProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
227
protected virtual void Ie9ProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
230
private bool Ie9Process(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
252
protected virtual void Ie10plusProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
255
protected virtual void Ie10plusProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
258
private bool Ie10plusProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
280
protected virtual void IebetaProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
283
protected virtual void IebetaProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
286
private bool IebetaProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
309
protected virtual void InternetexplorerProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
314
protected virtual void InternetexplorerProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
319
private bool InternetexplorerProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
356
protected virtual void BlackberryProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
359
protected virtual void BlackberryProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
362
private bool BlackberryProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
407
protected virtual void OperaProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
410
protected virtual void OperaProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
413
private bool OperaProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
480
protected virtual void OperaminiProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
483
protected virtual void OperaminiProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
486
private bool OperaminiProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
507
protected virtual void OperamobileProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
510
protected virtual void OperamobileProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
513
private bool OperamobileProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
534
protected virtual void Opera8plusProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
537
protected virtual void Opera8plusProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
540
private bool Opera8plusProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
572
protected virtual void Opera8to9ProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
575
protected virtual void Opera8to9ProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
578
private bool Opera8to9Process(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
604
protected virtual void Opera10ProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
607
protected virtual void Opera10ProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
610
private bool Opera10Process(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
634
protected virtual void ChromeProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
637
protected virtual void ChromeProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
640
private bool ChromeProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
682
protected virtual void DefaultProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
685
protected virtual void DefaultProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
688
private bool DefaultProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
833
protected virtual void FirefoxProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
836
protected virtual void FirefoxProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
839
private bool FirefoxProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
878
protected virtual void Firefox3plusProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
881
protected virtual void Firefox3plusProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
884
private bool Firefox3plusProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
912
protected virtual void Firefox3ProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
915
protected virtual void Firefox3ProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
918
private bool Firefox3Process(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
945
protected virtual void Firefox35ProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
948
protected virtual void Firefox35ProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
951
private bool Firefox35Process(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
972
protected virtual void CrawlerProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
975
protected virtual void CrawlerProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
978
private bool CrawlerProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
999
protected virtual void PlatformProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1002
protected virtual void PlatformProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1005
private bool PlatformProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1063
protected virtual void PlatformwinntProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1066
protected virtual void PlatformwinntProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1069
private bool PlatformwinntProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1105
protected virtual void PlatformwinxpProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1108
protected virtual void PlatformwinxpProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1111
private bool PlatformwinxpProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1132
protected virtual void Platformwin2000aProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1135
protected virtual void Platformwin2000aProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1138
private bool Platformwin2000aProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1159
protected virtual void Platformwin2000bProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1162
protected virtual void Platformwin2000bProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1165
private bool Platformwin2000bProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1186
protected virtual void Platformwin95ProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1189
protected virtual void Platformwin95ProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1192
private bool Platformwin95Process(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1213
protected virtual void Platformwin98ProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1216
protected virtual void Platformwin98ProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1219
private bool Platformwin98Process(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1240
protected virtual void Platformwin16ProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1243
protected virtual void Platformwin16ProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1246
private bool Platformwin16Process(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1267
protected virtual void PlatformwinceProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1270
protected virtual void PlatformwinceProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1273
private bool PlatformwinceProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1294
protected virtual void Platformmac68kProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1297
protected virtual void Platformmac68kProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1300
private bool Platformmac68kProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1321
protected virtual void PlatformmacppcProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1324
protected virtual void PlatformmacppcProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1327
private bool PlatformmacppcProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1348
protected virtual void PlatformunixProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1351
protected virtual void PlatformunixProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1354
private bool PlatformunixProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1375
protected virtual void PlatformwebtvProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1378
protected virtual void PlatformwebtvProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1381
private bool PlatformwebtvProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1402
protected virtual void WinProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1405
protected virtual void WinProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1408
private bool WinProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1434
protected virtual void Win32ProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1437
protected virtual void Win32ProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1440
private bool Win32Process(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1461
protected virtual void Win16ProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1464
protected virtual void Win16ProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1467
private bool Win16Process(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1488
protected virtual void GenericdownlevelProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1491
protected virtual void GenericdownlevelProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1494
private bool GenericdownlevelProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1521
protected virtual void MozillaProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1524
protected virtual void MozillaProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1527
private bool MozillaProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1597
protected virtual void WebkitProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1600
protected virtual void WebkitProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1603
private bool WebkitProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1640
protected virtual void WebkitmobileProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1643
protected virtual void WebkitmobileProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1646
private bool WebkitmobileProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1685
protected virtual void IemobileProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1688
protected virtual void IemobileProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1691
private bool IemobileProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1745
protected virtual void WindowsphoneProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1748
protected virtual void WindowsphoneProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1751
private bool WindowsphoneProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1774
protected virtual void MonoProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1777
protected virtual void MonoProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1780
private bool MonoProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1807
protected virtual void PixelsProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1810
protected virtual void PixelsProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1813
private bool PixelsProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1843
protected virtual void OSProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1847
protected virtual void OSProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1850
private bool OsProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1872
protected virtual void CpuProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1875
protected virtual void CpuProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1878
private bool CpuProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1900
protected virtual void VoiceProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1903
protected virtual void VoiceProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1906
private bool VoiceProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1932
protected virtual void IphoneProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1935
protected virtual void IphoneProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1938
private bool IphoneProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1962
protected virtual void IpodProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1965
protected virtual void IpodProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1968
private bool IpodProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1991
protected virtual void IpadProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1994
protected virtual void IpadProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
1997
private bool IpadProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
2020
protected virtual void SafariProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
2023
protected virtual void SafariProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
2026
private bool SafariProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
2071
protected virtual void Safari3plusProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
2074
protected virtual void Safari3plusProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
2077
private bool Safari3plusProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
2124
protected virtual void Safari3to4ProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
2127
protected virtual void Safari3to4ProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
2130
private bool Safari3to4Process(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
2157
protected virtual void Safari4ProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
2160
protected virtual void Safari4ProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
2163
private bool Safari4Process(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
2185
protected virtual void UcbrowserProcessGateways(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
2188
protected virtual void UcbrowserProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
2191
private bool UcbrowserProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
2228
protected virtual void DefaultDefaultProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
2231
private bool DefaultDefaultProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
2253
protected virtual void DefaultWmlProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
2256
private bool DefaultWmlProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
2283
protected virtual void DefaultXhtmlmpProcessBrowsers(bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
2286
private bool DefaultXhtmlmpProcess(System.Collections.Specialized.NameValueCollection headers, System.Web.
HttpBrowserCapabilities
browserCaps) {
Configuration\BrowserCapabilitiesFactoryBase.cs (4)
125
public virtual void ConfigureBrowserCapabilities(NameValueCollection headers,
HttpBrowserCapabilities
browserCaps) {
129
public virtual void ConfigureCustomCapabilities(NameValueCollection headers,
HttpBrowserCapabilities
browserCaps) {
148
internal
HttpBrowserCapabilities
GetHttpBrowserCapabilities(HttpRequest request) {
153
HttpBrowserCapabilities
browserCaps = new HttpBrowserCapabilities();
Configuration\HttpCapabilitiesBase.cs (3)
137
internal static
HttpBrowserCapabilities
GetBrowserCapabilities(HttpRequest request) {
156
return (
HttpBrowserCapabilities
) capabilities;
214
internal void InitInternal(
HttpBrowserCapabilities
browserCaps) {
Configuration\HttpCapabilitiesEvaluator.cs (4)
24
public abstract
HttpBrowserCapabilities
GetBrowserCapabilities(HttpRequest request);
248
public override
HttpBrowserCapabilities
GetBrowserCapabilities(HttpRequest request) {
249
return (
HttpBrowserCapabilities
)Evaluate(request);
375
HttpBrowserCapabilities
browserCaps = BrowserCapFactory.GetHttpBrowserCapabilities(request);
Configuration\RegexWorker.cs (2)
33
private
HttpBrowserCapabilities
_browserCaps;
35
public RegexWorker(
HttpBrowserCapabilities
browserCaps) {
ErrorFormatter.cs (2)
134
HttpBrowserCapabilities
browser = null;
265
HttpBrowserCapabilities
browser = null;
HttpCookie.cs (1)
300
HttpBrowserCapabilities
browser = context.Request.Browser;
HttpRequest.cs (3)
92
private
HttpBrowserCapabilities
_browsercaps;
1768
public
HttpBrowserCapabilities
Browser {
1783
_browsercaps = (
HttpBrowserCapabilities
)HttpCapabilitiesBase.GetBrowserCapabilities(this);
UI\ControlAdapter.cs (2)
18
private
HttpBrowserCapabilities
_browser = null;
58
protected
HttpBrowserCapabilities
Browser {
UI\Page.cs (1)
4072
HttpBrowserCapabilities
browser = currentContext.Request.Browser;
UI\PartialCachingControl.cs (1)
453
HttpBrowserCapabilities
browserCap = Context.Request.Browser;
UI\WebControls\DetailsView.cs (1)
2164
HttpBrowserCapabilities
browserCaps = Page.Request.Browser;
UI\WebControls\GridView.cs (1)
2730
HttpBrowserCapabilities
browserCaps = Page.Request.Browser;
UI\WebControls\TreeView.cs (2)
1734
HttpBrowserCapabilities
caps = Page.Request.Browser;
2257
private bool GetRenderClientScript(
HttpBrowserCapabilities
caps) {
UI\WebControls\Wizard.cs (1)
1184
HttpBrowserCapabilities
browser = null;
UI\WebParts\WebPartManager.cs (1)
1153
HttpBrowserCapabilities
browserCaps = Page.Request.Browser;