C# 클래스 ftpClient.ControlChannel

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

공개 메소드들

메소드 설명
Close ( ) : void
Init ( string host, string login, string password ) : bool
SendCommand ( string command, string &response ) : int
SendCommandDeferred ( string command ) : string>>.Task

비공개 메소드들

메소드 설명
ControlChannelResponse ( ) : Task
ReadResponse ( byte dataBuffer, int dataSize, int &dataOffset ) : string

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Init() 공개 메소드

public Init ( string host, string login, string password ) : bool
host string
login string
password string
리턴 bool

SendCommand() 공개 메소드

public SendCommand ( string command, string &response ) : int
command string
response string
리턴 int

SendCommandDeferred() 공개 메소드

public SendCommandDeferred ( string command ) : string>>.Task
command string
리턴 string>>.Task