BrowserCapabilitiesFactory.CrawlerProcessBrowsers Method
.NET Framework 2.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Initializes an HttpBrowserCapabilities object that represents the capabilities of the Crawler browser making the current request.
Namespace: System.Web.ConfigurationAssembly: System.Web (in system.web.dll)
protected virtual void CrawlerProcessBrowsers ( bool ignoreApplicationBrowsers, NameValueCollection headers, HttpBrowserCapabilities browserCaps )
protected void CrawlerProcessBrowsers ( boolean ignoreApplicationBrowsers, NameValueCollection headers, HttpBrowserCapabilities browserCaps )
protected function CrawlerProcessBrowsers ( ignoreApplicationBrowsers : boolean, headers : NameValueCollection, browserCaps : HttpBrowserCapabilities )
Not applicable.
Parameters
- ignoreApplicationBrowsers
true to ignore definitions for the Crawler browser in application-level browser definition files; otherwise, false.
- headers
The collection of headers included in the current request.
- browserCaps
The HttpBrowserCapabilities object to initialize.