C# Class RemObjects.InternetPack.CommandBased.CommandBasedClient

Inheritance: Client
Afficher le fichier Open project: remobjects/internetpack

Méthodes publiques

Méthode Description
Close ( ) : void
Open ( ) : void

Méthodes protégées

Méthode Description
CommandBasedClient ( ) : System
SendAndWaitForResponse ( String command ) : System.Boolean
SendLog ( TransferDirection direction, String message ) : void
WaitForResponse ( ) : System.Boolean

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

CommandBasedClient() protected méthode

protected CommandBasedClient ( ) : System
Résultat System

Open() public méthode

public Open ( ) : void
Résultat void

SendAndWaitForResponse() protected méthode

protected SendAndWaitForResponse ( String command ) : System.Boolean
command String
Résultat System.Boolean

SendLog() protected méthode

protected SendLog ( TransferDirection direction, String message ) : void
direction TransferDirection
message String
Résultat void

WaitForResponse() protected méthode

protected WaitForResponse ( ) : System.Boolean
Résultat System.Boolean