C# 클래스 Squirrel.Tests.FakeUrlDownloader

상속: IFileDownloader
파일 보기 프로젝트 열기: fusetools/Squirrel.Windows 1 사용 예제들

공개 메소드들

메소드 설명
DownloadFile ( string url, string targetFile, Action progress ) : Task
DownloadUrl ( string url ) : Task

메소드 상세

DownloadFile() 공개 메소드

public DownloadFile ( string url, string targetFile, Action progress ) : Task
url string
targetFile string
progress Action
리턴 Task

DownloadUrl() 공개 메소드

public DownloadUrl ( string url ) : Task
url string
리턴 Task