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

Inheritance: DirectLoader
Show file Open project: gro-ove/actools Class Usage Examples

Public Methods

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

Private Methods

Method Description
PrepareUrl ( string url ) : string

Method Details

GoogleDriveLoader() public method

public GoogleDriveLoader ( string url ) : System
url string
return System

PrepareAsync() public method

public PrepareAsync ( WebClient client, CancellationToken cancellation ) : Task
client System.Net.WebClient
cancellation System.Threading.CancellationToken
return Task

Test() public static method

public static Test ( string url ) : bool
url string
return bool