FiftyOne.Foundation.Mobile.Detection.WebProvider.Download C# (CSharp) Метод

Download() публичный статический Метод

Checks for a new version of the data file if licence keys are available.
public static Download ( ) : LicenceKeyResults
Результат LicenceKeyResults
        public static LicenceKeyResults Download()
        {
            return AutoUpdate.Download(LicenceKey.Keys);
        }