C# Class PocketCampus.Moodle.Services.MoodleDownloader

Downloads Moodle files.
Inheritance: IMoodleDownloader
ファイルを表示 Open project: accandme/pocketcampus

Public Methods

Method Description
DownloadAsync ( MoodleFile file ) : Task

Asynchronously downloads the specified Moodle file.

MoodleDownloader ( IServerSettings serverSettings ) : System.Collections.Generic

Creates a new MoodleDownloader.

Method Details

DownloadAsync() public method

Asynchronously downloads the specified Moodle file.
public DownloadAsync ( MoodleFile file ) : Task
file PocketCampus.Moodle.Models.MoodleFile
return Task

MoodleDownloader() public method

Creates a new MoodleDownloader.
public MoodleDownloader ( IServerSettings serverSettings ) : System.Collections.Generic
serverSettings IServerSettings
return System.Collections.Generic