C# Class withSIX.Sync.Core.Transfer.Specs.FileDownloadSpec

Inheritance: TransferSpec
Mostrar archivo Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Public Methods

Method Description
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

Method Details

FileDownloadSpec() public method

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

FileDownloadSpec() public method

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

FileDownloadSpec() public method

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

FileDownloadSpec() public method

public FileDownloadSpec ( string url, IAbsoluteFilePath localFile ) : System
url string
localFile IAbsoluteFilePath
return System

FileDownloadSpec() public method

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

FileDownloadSpec() public method

public FileDownloadSpec ( string url, string localFile ) : System
url string
localFile string
return System

FileDownloadSpec() public method

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