Méthode | Description | |
---|---|---|
CheckFileOrCreateFile ( IDownloader downloader, object fileLocker ) : void |
Check whether the destination file exists. If not, create a file with the same size as the file to be downloaded.
|
|
CheckUrl ( IDownloader downloader ) : string |
Check the URL to download, including whether it supports Range,
|
|
InitializeHttpWebRequest ( IDownloader downloader ) : |
public static CheckFileOrCreateFile ( IDownloader downloader, object fileLocker ) : void | ||
downloader | IDownloader | |
fileLocker | object | |
Résultat | void |
public static CheckUrl ( IDownloader downloader ) : string | ||
downloader | IDownloader | |
Résultat | string |
public static InitializeHttpWebRequest ( IDownloader downloader ) : |
||
downloader | IDownloader | |
Résultat |