1 write to UserAgentCacheKeyLength
System.Web (1)
Configuration\HttpCapabilitiesSectionHandler.cs (1)
67
parseState.Evaluator.
UserAgentCacheKeyLength
= userAgentCacheKeyLength;
5 references to UserAgentCacheKeyLength
System.Web (5)
Configuration\HttpCapabilitiesEvaluator.cs (4)
100
_userAgentCacheKeyLength = RuntimeConfig.GetAppConfig().BrowserCaps.
UserAgentCacheKeyLength
;
267
Debug.Assert(
UserAgentCacheKeyLength
!= 0);
269
if (userAgentCacheKey != null && userAgentCacheKey.Length >
UserAgentCacheKeyLength
) {
270
userAgentCacheKey = userAgentCacheKey.Substring(0,
UserAgentCacheKeyLength
);
Configuration\HttpCapabilitiesSectionHandler.cs (1)
60
userAgentCacheKeyLength = ((HttpCapabilitiesDefaultProvider)parent).
UserAgentCacheKeyLength
;