C# Class FiftyOne.Foundation.Mobile.Detection.FiftyOneBrowserCapabilities.FiftyOneBrowserCapabilities

Inheritance: System.Web.HttpBrowserCapabilities
Datei anzeigen Open project: 51Degrees/dotNET-Device-Detection

Private Properties

Property Type Description
Contains bool

Public Methods

Method Description
FiftyOneBrowserCapabilities ( System.Web.HttpBrowserCapabilities defaultBrowserCapabilities, HttpRequest request, Match match ) : System

Constructs an instance of

this ( string key ) : string

Returns the value of the property by first checking the results assigned to the browser capabilities. If no result is found then base implementation is called.

Private Methods

Method Description
Contains ( Values values, string value ) : bool

Compares two lists to see if they contain at least one value that is the same.

Method Details

FiftyOneBrowserCapabilities() public method

Constructs an instance of
public FiftyOneBrowserCapabilities ( System.Web.HttpBrowserCapabilities defaultBrowserCapabilities, HttpRequest request, Match match ) : System
defaultBrowserCapabilities System.Web.HttpBrowserCapabilities
request System.Web.HttpRequest
match System.Text.RegularExpressions.Match
return System

this() public method

Returns the value of the property by first checking the results assigned to the browser capabilities. If no result is found then base implementation is called.
public this ( string key ) : string
key string The capability key being sought.
return string