BrowserCapabilitiesFactory.PopulateMatchedHeaders Method (IDictionary)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Used internally by the configuration system to produce request-specific instances of HttpBrowserCapabilities that are publicly accessed through the ASP.NET-intrinsic Request.Browser property.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

protected override void PopulateMatchedHeaders(
	IDictionary dictionary
)

Parameters

dictionary
Type: System.Collections.IDictionary

A collection of request headers.

.NET Framework
Available since 2.0
Return to top
Show: