System.Web.Configuration.HttpCapabilitiesBase: Method Members

The methods of System.Web.Configuration.HttpCapabilitiesBase are listed below. For a list of all members, see the HttpCapabilitiesBase Members list.

See Also: Inherited members from System.Object

Public Methods

AddBrowser(string)

Used internally to add an entry to the internal collection of browsers for which capabilities are recognized.

CreateHtmlTextWriter(System.IO.TextWriter) : System.Web.UI.HtmlTextWriter

Creates a new instance of the System.Web.UI.HtmlTextWriter to be used.

DisableOptimizedCacheKey()

Used internally to disable use of an optimized cache key.

GetClrVersions() : Version[]

Returns all versions of the .NET Framework common language runtime that are installed on the client.

static
GetConfigCapabilities(string, System.Web.HttpRequest) : HttpCapabilitiesBase

Used internally to return an instance of System.Web.Configuration.HttpCapabilitiesBase representing the browser that generated the specified System.Web.HttpRequest.

IsBrowser(string) : bool

Gets a value indicating whether the client browser is the same as the specified browser.

Protected Methods

Init()

Used internally to initialize an internal set of values.