C# 클래스 ConsoleClient.AsynchronousClient

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

공개 메소드들

메소드 설명
AsynchronousClient ( String host, int port, UpdateStatusDelegate updateStatus, bool debug ) : System
Close ( ) : void
Send ( String data ) : void
StartClient ( ) : void
sendDoneWaitOne ( ) : void

비공개 메소드들

메소드 설명
ConnectCallback ( IAsyncResult ar ) : void
Receive ( Socket client ) : void
ReceiveCallback ( IAsyncResult ar ) : void
SendCallback ( IAsyncResult ar ) : void
parseContent ( StateObject state ) : void

메소드 상세

AsynchronousClient() 공개 메소드

public AsynchronousClient ( String host, int port, UpdateStatusDelegate updateStatus, bool debug ) : System
host String
port int
updateStatus UpdateStatusDelegate
debug bool
리턴 System

Close() 공개 메소드

public Close ( ) : void
리턴 void

Send() 공개 메소드

public Send ( String data ) : void
data String
리턴 void

StartClient() 공개 메소드

public StartClient ( ) : void
리턴 void

sendDoneWaitOne() 공개 메소드

public sendDoneWaitOne ( ) : void
리턴 void