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

Inheritance: TransferSpec
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public FileDownloadSpec ( Uri uri, IAbsoluteFilePath localFile ) : System
uri System.Uri
localFile IAbsoluteFilePath
Résultat System

FileDownloadSpec() public méthode

public FileDownloadSpec ( Uri uri, IAbsoluteFilePath localFile, ITransferProgress progress ) : System
uri System.Uri
localFile IAbsoluteFilePath
progress ITransferProgress
Résultat System

FileDownloadSpec() public méthode

public FileDownloadSpec ( Uri uri, string localFile ) : System
uri System.Uri
localFile string
Résultat System

FileDownloadSpec() public méthode

public FileDownloadSpec ( string url, IAbsoluteFilePath localFile ) : System
url string
localFile IAbsoluteFilePath
Résultat System

FileDownloadSpec() public méthode

public FileDownloadSpec ( string url, IAbsoluteFilePath localFile, ITransferProgress progress ) : System
url string
localFile IAbsoluteFilePath
progress ITransferProgress
Résultat System

FileDownloadSpec() public méthode

public FileDownloadSpec ( string url, string localFile ) : System
url string
localFile string
Résultat System

FileDownloadSpec() public méthode

public FileDownloadSpec ( string url, string localFile, ITransferProgress progress ) : System
url string
localFile string
progress ITransferProgress
Résultat System