Свойство | Тип | Описание | |
---|---|---|---|
DataSet | DataSet | ||
MethodCounts | long>.SortedList | ||
RecordDetectionTime | bool |
Свойство | Тип | Описание | |
---|---|---|---|
GetMatchingHeaderProfile | Profile | ||
Match | MatchResult | ||
MatchForHeaders | MatchState>.Dictionary | ||
MatchNoCache | void |
Метод | Описание | |
---|---|---|
CreateMatch ( ) : |
Creates a new FiftyOne.Foundation.Mobile.Detection.Match object to be used for matching.
|
|
Dispose ( ) : void |
Disposes of the User-Agent cache if one was created.
|
|
Match ( |
For a given collection of HTTP headers returns a match containing information about the capabilities of the device and it's components.
|
|
Match ( |
Resets the FiftyOne.Foundation.Mobile.Detection.Match object provided and performs the detection using that object rather than creating a new match.
|
|
Match ( string targetUserAgent ) : |
For a given User-Agent returns a match containing information about the capabilities of the device and it's components.
|
|
Match ( string targetUserAgent, |
Resets the FiftyOne.Foundation.Mobile.Detection.Match object provided and performs the detection using that object rather than creating a new match.
|
|
MatchForDeviceId ( IList |
Returns the result of a match based on the device Id returned from a previous match operation.
|
|
MatchForDeviceId ( IList |
Returns the result of a match based on the device Id returned from a previous match operation.
|
|
MatchForDeviceId ( byte deviceIdArray ) : |
Returns the result of a match based on the device Id returned from a previous match operation.
|
|
MatchForDeviceId ( byte deviceIdArray, |
Returns the result of a match based on the device Id returned from a previous match operation.
|
|
MatchForDeviceId ( string deviceId ) : |
Returns the result of a match based on the device Id returned from a previous match operation.
|
|
MatchForDeviceId ( string deviceId, |
Returns the result of a match based on the device Id returned from a previous match operation.
|
|
Provider ( DataSet dataSet ) : System |
Constructs a new provider using the data set.
|
|
Provider ( DataSet dataSet, bool recordDetectionTime, int cacheSize ) : System |
Constructs a new provided using the data set.
|
|
Provider ( DataSet dataSet, int cacheSize ) : System |
Constructs a new provider using the data set.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Disposes of the User-Agent cache if one was created.
|
Метод | Описание | |
---|---|---|
GetMatchingHeaderProfile ( MatchState state, MatchState>.Dictionary |
See if any of the headers can be used for this components profile. As soon as one matches then stop and don't look at any more. They are ordered in preferred sequence such that the first item is the most preferred.
|
|
Match ( string targetUserAgent, MatchState state ) : MatchResult |
Resets the match object provided and performs the detection using that object rather than creating a new match.
|
|
MatchForHeaders ( |
For each of the important HTTP headers provides a mapping to a match result.
|
|
MatchNoCache ( string targetUserAgent, MatchState state ) : void |
Matches the User-Agent setting the state without using a cache.
|
public CreateMatch ( ) : |
||
Результат |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | /// True if the calling method is Dispose, false for the finaliser. /// |
Результат | void |
public Match ( |
||
headers | /// List of HTTP headers to use for the detection /// | |
Результат |
public Match ( |
||
headers | /// List of HTTP headers to use for the detection /// | |
match |
/// A |
|
Результат |
public Match ( string targetUserAgent ) : |
||
targetUserAgent | string | /// The User-Agent string to use as the target /// |
Результат |
public Match ( string targetUserAgent, |
||
targetUserAgent | string | /// The User-Agent string to use as the target /// |
match |
/// A |
|
Результат |
public MatchForDeviceId ( IList |
||
profileIds | IList |
List of profile ids as integers |
Результат |
public MatchForDeviceId ( IList |
||
profileIds | IList |
List of profile ids as integers |
match |
/// A |
|
Результат |
public MatchForDeviceId ( byte deviceIdArray ) : |
||
deviceIdArray | byte | Byte array representation of the device Id |
Результат |
public MatchForDeviceId ( byte deviceIdArray, |
||
deviceIdArray | byte | Byte array representation of the device Id |
match |
/// A |
|
Результат |
public MatchForDeviceId ( string deviceId ) : |
||
deviceId | string | String representation of the device Id |
Результат |
public MatchForDeviceId ( string deviceId, |
||
deviceId | string | String representation of the device Id |
match |
/// A |
|
Результат |
public Provider ( DataSet dataSet ) : System | ||
dataSet | DataSet | Data set to use for device detection |
Результат | System |
public Provider ( DataSet dataSet, bool recordDetectionTime, int cacheSize ) : System | ||
dataSet | DataSet | Data set to use for device detection |
recordDetectionTime | bool | True if the detection time should be recorded |
cacheSize | int | Size of the cache used with the provider |
Результат | System |
public Provider ( DataSet dataSet, int cacheSize ) : System | ||
dataSet | DataSet | Data set to use for device detection |
cacheSize | int | Size of the cache used with the provider |
Результат | System |