C# 클래스 withSIX.Sync.Core.Transfer.Specs.FileDownloadSpec

상속: TransferSpec
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop 1 사용 예제들

공개 메소드들

메소드 설명
FileDownloadSpec ( Uri uri, IAbsoluteFilePath localFile ) : System
FileDownloadSpec ( Uri uri, IAbsoluteFilePath localFile, ITransferProgress progress ) : System
FileDownloadSpec ( Uri uri, string localFile ) : System
FileDownloadSpec ( string url, IAbsoluteFilePath localFile ) : System
FileDownloadSpec ( string url, IAbsoluteFilePath localFile, ITransferProgress progress ) : System
FileDownloadSpec ( string url, string localFile ) : System
FileDownloadSpec ( string url, string localFile, ITransferProgress progress ) : System

메소드 상세

FileDownloadSpec() 공개 메소드

public FileDownloadSpec ( Uri uri, IAbsoluteFilePath localFile ) : System
uri System.Uri
localFile IAbsoluteFilePath
리턴 System

FileDownloadSpec() 공개 메소드

public FileDownloadSpec ( Uri uri, IAbsoluteFilePath localFile, ITransferProgress progress ) : System
uri System.Uri
localFile IAbsoluteFilePath
progress ITransferProgress
리턴 System

FileDownloadSpec() 공개 메소드

public FileDownloadSpec ( Uri uri, string localFile ) : System
uri System.Uri
localFile string
리턴 System

FileDownloadSpec() 공개 메소드

public FileDownloadSpec ( string url, IAbsoluteFilePath localFile ) : System
url string
localFile IAbsoluteFilePath
리턴 System

FileDownloadSpec() 공개 메소드

public FileDownloadSpec ( string url, IAbsoluteFilePath localFile, ITransferProgress progress ) : System
url string
localFile IAbsoluteFilePath
progress ITransferProgress
리턴 System

FileDownloadSpec() 공개 메소드

public FileDownloadSpec ( string url, string localFile ) : System
url string
localFile string
리턴 System

FileDownloadSpec() 공개 메소드

public FileDownloadSpec ( string url, string localFile, ITransferProgress progress ) : System
url string
localFile string
progress ITransferProgress
리턴 System