C# Class RemObjects.InternetPack.CommandBased.CommandBasedClient

Inheritance: Client
Mostra file Open project: remobjects/internetpack

Public Methods

Method Description
Close ( ) : void
Open ( ) : void

Protected Methods

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

Method Details

Close() public method

public Close ( ) : void
return void

CommandBasedClient() protected method

protected CommandBasedClient ( ) : System
return System

Open() public method

public Open ( ) : void
return void

SendAndWaitForResponse() protected method

protected SendAndWaitForResponse ( String command ) : System.Boolean
command String
return System.Boolean

SendLog() protected method

protected SendLog ( TransferDirection direction, String message ) : void
direction TransferDirection
message String
return void

WaitForResponse() protected method

protected WaitForResponse ( ) : System.Boolean
return System.Boolean