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

Inheritance: DownloadProtocol
Show file Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Public Methods

Method Description
Download ( TransferSpec spec ) : void
DownloadAsync ( TransferSpec spec ) : System.Threading.Tasks.Task
RsyncDownloadProtocol ( IRsyncLauncher rsyncLauncher ) : System

Private Methods

Method Description
ProcessExitResult ( ProcessExitResultWithOutput result, TransferSpec spec ) : void

Method Details

Download() public method

public Download ( TransferSpec spec ) : void
spec withSIX.Sync.Core.Transfer.Specs.TransferSpec
return void

DownloadAsync() public method

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

RsyncDownloadProtocol() public method

public RsyncDownloadProtocol ( IRsyncLauncher rsyncLauncher ) : System
rsyncLauncher IRsyncLauncher
return System