static ExampleOptions
| ParseOptions (string[] args)
Parse the command line arguments passed to the example to get the common options. More...
|
static string
| FindFile (string filename, DirectoryInfo dir=null)
Uses a background task to search for the specified filename within the working directory. More...
|
static DataFileInfo
| GetDataFileInfo (string dataFile, DeviceDetectionHashEngineBuilder engineBuilder)
Get information about the specified data file More...
|
static DataFileInfo
| GetDataFileInfo (DeviceDetectionHashEngine engine)
Get information about the data file used by the specified engine More...
|
static void
| CheckDataFile (IPipeline pipeline, ILogger logger)
Display information about the data file and log warnings if specific requirements are not met. More...
|
static void
| CheckDataFile (DeviceDetectionHashEngine engine, ILogger logger)
Display information about the data file and log warnings if specific requirements are not met. More...
|
static void
| LogDataFileInfo (DataFileInfo info, ILogger logger)
Display information about the data file and log warnings if specific requirements are not met. More...
|
static void
| LogDataFileStandardWarnings (DataFileInfo info, ILogger logger)
Display information about the data file and log warnings if specific requirements are not met. More...
|
static bool
| IsInvalidKey (string key)
Checks if the supplied 51Degrees resource key / license key is invalid. More...
|
static void
| GetKeyFromEnv (string envVarName, Action< string > setValue)
Checks if an environment variable exists with the key name provided and then runs the action with the value, or an empty string if the key does not exist. More...
|