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

Inheritance: DirectLoader
Afficher le fichier Open project: gro-ove/actools Class Usage Examples

Méthodes publiques

Méthode Description
AcClubLoader ( string url ) : System
DownloadAsync ( WebClient client, string destination, CancellationToken cancellation ) : Task
PrepareAsync ( WebClient client, CancellationToken cancellation ) : Task
Test ( string url ) : bool

Method Details

AcClubLoader() public méthode

public AcClubLoader ( string url ) : System
url string
Résultat System

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

Test() public static méthode

public static Test ( string url ) : bool
url string
Résultat bool