C# Class ftpClient.ControlChannel

Afficher le fichier Open project: ERNICommunity/TLAoP Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
Init ( string host, string login, string password ) : bool
SendCommand ( string command, string &response ) : int
SendCommandDeferred ( string command ) : string>>.Task

Private Methods

Méthode Description
ControlChannelResponse ( ) : Task
ReadResponse ( byte dataBuffer, int dataSize, int &dataOffset ) : string

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Init() public méthode

public Init ( string host, string login, string password ) : bool
host string
login string
password string
Résultat bool

SendCommand() public méthode

public SendCommand ( string command, string &response ) : int
command string
response string
Résultat int

SendCommandDeferred() public méthode

public SendCommandDeferred ( string command ) : string>>.Task
command string
Résultat string>>.Task