C# 클래스 RemObjects.InternetPack.CommandBased.CommandBasedClient

상속: Client
파일 보기 프로젝트 열기: remobjects/internetpack

공개 메소드들

메소드 설명
Close ( ) : void
Open ( ) : void

보호된 메소드들

메소드 설명
CommandBasedClient ( ) : System
SendAndWaitForResponse ( String command ) : System.Boolean
SendLog ( TransferDirection direction, String message ) : void
WaitForResponse ( ) : System.Boolean

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

CommandBasedClient() 보호된 메소드

protected CommandBasedClient ( ) : System
리턴 System

Open() 공개 메소드

public Open ( ) : void
리턴 void

SendAndWaitForResponse() 보호된 메소드

protected SendAndWaitForResponse ( String command ) : System.Boolean
command String
리턴 System.Boolean

SendLog() 보호된 메소드

protected SendLog ( TransferDirection direction, String message ) : void
direction TransferDirection
message String
리턴 void

WaitForResponse() 보호된 메소드

protected WaitForResponse ( ) : System.Boolean
리턴 System.Boolean