C# 클래스 ftpClient.Operations.DownloadOperation

상속: OperationBase
파일 보기 프로젝트 열기: ERNICommunity/TLAoP 1 사용 예제들

공개 메소드들

메소드 설명
DownloadOperation ( DirectoryInfo workingDirectory, string remoteName, string localName = null ) : System
Finish ( ) : void
Init ( ControlChannel controlClient, TransferMode mode ) : bool
Process ( ControlChannel controlClient ) : System.Threading.Tasks.Task

보호된 메소드들

메소드 설명
ParseData ( byte data, int dataSize ) : void

메소드 상세

DownloadOperation() 공개 메소드

public DownloadOperation ( DirectoryInfo workingDirectory, string remoteName, string localName = null ) : System
workingDirectory System.IO.DirectoryInfo
remoteName string
localName string
리턴 System

Finish() 공개 메소드

public Finish ( ) : void
리턴 void

Init() 공개 메소드

public Init ( ControlChannel controlClient, TransferMode mode ) : bool
controlClient ControlChannel
mode TransferMode
리턴 bool

ParseData() 보호된 메소드

protected ParseData ( byte data, int dataSize ) : void
data byte
dataSize int
리턴 void

Process() 공개 메소드

public Process ( ControlChannel controlClient ) : System.Threading.Tasks.Task
controlClient ControlChannel
리턴 System.Threading.Tasks.Task