Exemple #1
0
 /// <summary>
 /// Constructor
 /// </summary>
 public FiftyOneDataFileConfiguration() :
     base()
 {
     // Default to using the 51Degrees URL formatter
     UrlFormatter = new FiftyOneUrlFormatter();
     // Require a license key by default
     LicenseKeyRequiredForUpdates = true;
 }
Exemple #2
0
 /// <summary>
 /// Constructor
 /// </summary>
 public FiftyOneDataFileConfiguration() :
     base()
 {
     // Default to using the 51Degrees URL formatter
     UrlFormatter = new FiftyOneUrlFormatter();
 }