C# 클래스 withSIX.Sync.Core.Transfer.FileDownloaderExtensions

파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 메소드들

메소드 설명
Download ( this downloader, Uri uri, IAbsoluteFilePath file ) : void
Download ( this downloader, Uri uri, IAbsoluteFilePath file, ITransferProgress transferProgress ) : void
Download ( this downloader, string url, IAbsoluteFilePath file ) : void
Download ( this downloader, string url, IAbsoluteFilePath file, ITransferProgress transferProgress ) : void
DownloadAsync ( this downloader, Uri uri, IAbsoluteFilePath file ) : System.Threading.Tasks.Task
DownloadAsync ( this downloader, Uri uri, IAbsoluteFilePath file, ITransferProgress transferProgress ) : System.Threading.Tasks.Task
DownloadAsync ( this downloader, string url, IAbsoluteFilePath file ) : System.Threading.Tasks.Task
DownloadAsync ( this downloader, string url, IAbsoluteFilePath file, ITransferProgress transferProgress ) : System.Threading.Tasks.Task

메소드 상세

Download() 공개 정적인 메소드

public static Download ( this downloader, Uri uri, IAbsoluteFilePath file ) : void
downloader this
uri System.Uri
file IAbsoluteFilePath
리턴 void

Download() 공개 정적인 메소드

public static Download ( this downloader, Uri uri, IAbsoluteFilePath file, ITransferProgress transferProgress ) : void
downloader this
uri System.Uri
file IAbsoluteFilePath
transferProgress ITransferProgress
리턴 void

Download() 공개 정적인 메소드

public static Download ( this downloader, string url, IAbsoluteFilePath file ) : void
downloader this
url string
file IAbsoluteFilePath
리턴 void

Download() 공개 정적인 메소드

public static Download ( this downloader, string url, IAbsoluteFilePath file, ITransferProgress transferProgress ) : void
downloader this
url string
file IAbsoluteFilePath
transferProgress ITransferProgress
리턴 void

DownloadAsync() 공개 정적인 메소드

public static DownloadAsync ( this downloader, Uri uri, IAbsoluteFilePath file ) : System.Threading.Tasks.Task
downloader this
uri System.Uri
file IAbsoluteFilePath
리턴 System.Threading.Tasks.Task

DownloadAsync() 공개 정적인 메소드

public static DownloadAsync ( this downloader, Uri uri, IAbsoluteFilePath file, ITransferProgress transferProgress ) : System.Threading.Tasks.Task
downloader this
uri System.Uri
file IAbsoluteFilePath
transferProgress ITransferProgress
리턴 System.Threading.Tasks.Task

DownloadAsync() 공개 정적인 메소드

public static DownloadAsync ( this downloader, string url, IAbsoluteFilePath file ) : System.Threading.Tasks.Task
downloader this
url string
file IAbsoluteFilePath
리턴 System.Threading.Tasks.Task

DownloadAsync() 공개 정적인 메소드

public static DownloadAsync ( this downloader, string url, IAbsoluteFilePath file, ITransferProgress transferProgress ) : System.Threading.Tasks.Task
downloader this
url string
file IAbsoluteFilePath
transferProgress ITransferProgress
리턴 System.Threading.Tasks.Task