| DeviceDetectionHashEngineBuilder (ILoggerFactory loggerFactory)
Construct a new instance of the builder. More...
|
| DeviceDetectionHashEngineBuilder (ILoggerFactory loggerFactory, IDataUpdateService dataUpdateService)
Construct a new instance of the builder. More...
|
override DeviceDetectionHashEngineBuilder
| SetDifference (int difference)
Set the maximum difference in hash value to allow when processing HTTP headers. More...
|
DeviceDetectionHashEngineBuilder
| SetDrift (int drift)
Set maximum drift in hash position to allow when processing HTTP headers. More...
|
override DeviceDetectionHashEngineBuilder
| SetAllowUnmatched (bool allow)
If set to false, a non-matching User-Agent will result in properties without set values. More...
|
DeviceDetectionHashEngineBuilder
| SetReuseTempFile (bool reuse)
Set whether or not an existing temp file should be used if one is found in the temp directory. More...
|
DeviceDetectionHashEngineBuilder
| SetUpdateMatchedUserAgent (bool update)
Set whether or not the matched characters of the User-Agent should be stored to be returned in the results. More...
|
override DeviceDetectionHashEngineBuilder
| SetUsePerformanceGraph (bool use)
Specify if the 'performance' evaluation graph should be used or not. More...
|
override DeviceDetectionHashEngineBuilder
| SetUsePredictiveGraph (bool use)
Specify if the 'predictive' evaluation graph should be used or not. More...
|
DeviceDetectionHashEngineBuilder
| SetPerformanceProfile (string profileName)
Set the performance profile to use when constructing the data set. More...
|
override DeviceDetectionHashEngineBuilder
| SetPerformanceProfile (PerformanceProfiles profile)
Set the performance profile to use when constructing the data set. More...
|
override DeviceDetectionHashEngineBuilder
| SetConcurrency (ushort concurrency)
Set the expected number of concurrent operations using the engine. More...
|
override DeviceDetectionHashEngineBuilder
| SetCache (CacheConfiguration cacheConfig)
Override the SetCache method so it cannot be called successfully for the Device-detection Hash Engine. More...
|
override DeviceDetectionHashEngineBuilder
| SetCacheSize (int cacheSize)
Override the SetCacheSize method so it cannot be called successfully for the Device-detection Hash Engine. More...
|