BiliRanking.Core.Download.HttpDownloadClient.CheckFileOrCreateFile C# (CSharp) Метод

CheckFileOrCreateFile() статический приватный Метод

Check whether the destination file exists. If not, create a file with the same size as the file to be downloaded.
static private CheckFileOrCreateFile ( ) : void
Результат void
        void CheckFileOrCreateFile()
        {
            DownloaderHelper.CheckFileOrCreateFile(this, fileLocker);
        }