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

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

Méthodes publiques

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

Private Methods

Méthode Description
PrepareUrl ( string url ) : string

Method Details

GoogleDriveLoader() public méthode

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

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