BrowserCapabilitiesFactory.Ie6to9ProcessGateways Method (NameValueCollection, HttpBrowserCapabilities)

 

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

Initializes an HttpBrowserCapabilities object that represents the capabilities of the Ie6to9 gateway handling the current request.

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

Protected Overridable Sub Ie6to9ProcessGateways (
	headers As NameValueCollection,
	browserCaps As HttpBrowserCapabilities
)

Parameters

headers
Type: System.Collections.Specialized.NameValueCollection

The collection of headers included in the current request.

browserCaps
Type: System.Web.HttpBrowserCapabilities

The HttpBrowserCapabilities object to initialize.

.NET Framework
Available since 2.0
Return to top
Show: