C# Class withSIX.Sync.Core.Transfer.Protocols.LocalFileDownloadProtocol

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

Méthodes publiques

Méthode Description
Download ( TransferSpec spec ) : void
DownloadAsync ( TransferSpec spec ) : System.Threading.Tasks.Task
LocalFileDownloadProtocol ( ICopyFile fileCopy ) : System.Collections.Generic

Private Methods

Méthode Description
GetPathFromUri ( TransferSpec spec ) : IAbsoluteFilePath

Method Details

Download() public méthode

public Download ( TransferSpec spec ) : void
spec withSIX.Sync.Core.Transfer.Specs.TransferSpec
Résultat void

DownloadAsync() public méthode

public DownloadAsync ( TransferSpec spec ) : System.Threading.Tasks.Task
spec withSIX.Sync.Core.Transfer.Specs.TransferSpec
Résultat System.Threading.Tasks.Task

LocalFileDownloadProtocol() public méthode

public LocalFileDownloadProtocol ( ICopyFile fileCopy ) : System.Collections.Generic
fileCopy ICopyFile
Résultat System.Collections.Generic