C# 클래스 AcManager.Tools.Helpers.Loaders.AcClubLoader

상속: DirectLoader
파일 보기 프로젝트 열기: gro-ove/actools 1 사용 예제들

공개 메소드들

메소드 설명
AcClubLoader ( string url ) : System
DownloadAsync ( WebClient client, string destination, CancellationToken cancellation ) : Task
PrepareAsync ( WebClient client, CancellationToken cancellation ) : Task
Test ( string url ) : bool

메소드 상세

AcClubLoader() 공개 메소드

public AcClubLoader ( string url ) : System
url string
리턴 System

DownloadAsync() 공개 메소드

public DownloadAsync ( WebClient client, string destination, CancellationToken cancellation ) : Task
client System.Net.WebClient
destination string
cancellation System.Threading.CancellationToken
리턴 Task

PrepareAsync() 공개 메소드

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

Test() 공개 정적인 메소드

public static Test ( string url ) : bool
url string
리턴 bool