Метод | Описание | |
---|---|---|
Fetch ( IEnumerable |
||
SequentialFetcher ( [ config, [ store, [ handler ) : System |
Creates a new sequential download fetcher.
|
Метод | Описание | |
---|---|---|
Download ( |
Метод | Описание | |
---|---|---|
FetchOne ( [ implementation ) : void |
Downloads a single Implementation to the IStore. Detects concurrent downloads in other processes.
|
|
GetDownloadID ( [ implementation ) : string | ||
GetMirrorUrl ( [ url ) : |
protected Download ( |
||
retrievalMethod | ||
tag | object | |
Результат | TemporaryFile |
public Fetch ( IEnumerable |
||
implementations | IEnumerable |
|
Результат | void |
public SequentialFetcher ( [ config, [ store, [ handler ) : System | ||
config | [ | User settings controlling network behaviour, solving, etc. |
store | [ | The location to store the downloaded and unpacked |
handler | [ | A callback object used when the the user needs to be informed about progress. |
Результат | System |