C# Class AcManager.Tools.Helpers.Loaders.DirectLoader

Inheritance: ILoader
Afficher le fichier Open project: gro-ove/actools

Protected Properties

Свойство Type Description
Url string

Méthodes publiques

Méthode Description
DirectLoader ( string url ) : System.Net
DownloadAsync ( WebClient client, string destination, CancellationToken cancellation ) : Task
PrepareAsync ( WebClient client, CancellationToken cancellation ) : Task

Method Details

DirectLoader() public méthode

public DirectLoader ( string url ) : System.Net
url string
Résultat System.Net

DownloadAsync() public méthode

public DownloadAsync ( WebClient client, string destination, CancellationToken cancellation ) : Task
client System.Net.WebClient
destination string
cancellation System.Threading.CancellationToken
Résultat Task

PrepareAsync() public méthode

public PrepareAsync ( WebClient client, CancellationToken cancellation ) : Task
client System.Net.WebClient
cancellation System.Threading.CancellationToken
Résultat Task

Property Details

Url protected_oe property

protected string Url
Résultat string