C# 클래스 withSIX.Sync.Core.Transfer.Protocols.RsyncDownloadProtocol

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

공개 메소드들

메소드 설명
Download ( TransferSpec spec ) : void
DownloadAsync ( TransferSpec spec ) : System.Threading.Tasks.Task
RsyncDownloadProtocol ( IRsyncLauncher rsyncLauncher ) : System

비공개 메소드들

메소드 설명
ProcessExitResult ( ProcessExitResultWithOutput result, TransferSpec spec ) : void

메소드 상세

Download() 공개 메소드

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

DownloadAsync() 공개 메소드

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

RsyncDownloadProtocol() 공개 메소드

public RsyncDownloadProtocol ( IRsyncLauncher rsyncLauncher ) : System
rsyncLauncher IRsyncLauncher
리턴 System