C# 클래스 PSXDH.ProxyHelp.Client

상속: IDisposable
파일 보기 프로젝트 열기: KOPElan/PSX-Download-Helper 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
OnClientReceive ( IAsyncResult ar ) : void
OnClientSent ( IAsyncResult ar ) : void
OnRemoteReceive ( IAsyncResult ar ) : void
OnRemoteSent ( IAsyncResult ar ) : void
StartHandshake ( ) : void
StartRelay ( ) : void
ToString ( ) : string

보호된 메소드들

메소드 설명
Client ( ) : System
Client ( Socket clientSocket, DestroyDelegate destroyer ) : System

메소드 상세

Client() 보호된 메소드

protected Client ( ) : System
리턴 System

Client() 보호된 메소드

protected Client ( Socket clientSocket, DestroyDelegate destroyer ) : System
clientSocket Socket
destroyer DestroyDelegate
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

OnClientReceive() 공개 메소드

public OnClientReceive ( IAsyncResult ar ) : void
ar IAsyncResult
리턴 void

OnClientSent() 공개 메소드

public OnClientSent ( IAsyncResult ar ) : void
ar IAsyncResult
리턴 void

OnRemoteReceive() 공개 메소드

public OnRemoteReceive ( IAsyncResult ar ) : void
ar IAsyncResult
리턴 void

OnRemoteSent() 공개 메소드

public OnRemoteSent ( IAsyncResult ar ) : void
ar IAsyncResult
리턴 void

StartHandshake() 공개 추상적인 메소드

public abstract StartHandshake ( ) : void
리턴 void

StartRelay() 공개 메소드

public StartRelay ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string