C# Class PocketCampus.Moodle.Services.MoodleDownloader

Downloads Moodle files.
Inheritance: IMoodleDownloader
Afficher le fichier Open project: accandme/pocketcampus

Méthodes publiques

Méthode 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 méthode

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

MoodleDownloader() public méthode

Creates a new MoodleDownloader.
public MoodleDownloader ( IServerSettings serverSettings ) : System.Collections.Generic
serverSettings IServerSettings
Résultat System.Collections.Generic