C# Class PSXDH.ProxyHelp.Client

Inheritance: IDisposable
Exibir arquivo Open project: KOPElan/PSX-Download-Helper Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
OnClientReceive ( IAsyncResult ar ) : void
OnClientSent ( IAsyncResult ar ) : void
OnRemoteReceive ( IAsyncResult ar ) : void
OnRemoteSent ( IAsyncResult ar ) : void
StartHandshake ( ) : void
StartRelay ( ) : void
ToString ( ) : string

Protected Methods

Method Description
Client ( ) : System
Client ( Socket clientSocket, DestroyDelegate destroyer ) : System

Method Details

Client() protected method

protected Client ( ) : System
return System

Client() protected method

protected Client ( Socket clientSocket, DestroyDelegate destroyer ) : System
clientSocket Socket
destroyer DestroyDelegate
return System

Dispose() public method

public Dispose ( ) : void
return void

OnClientReceive() public method

public OnClientReceive ( IAsyncResult ar ) : void
ar IAsyncResult
return void

OnClientSent() public method

public OnClientSent ( IAsyncResult ar ) : void
ar IAsyncResult
return void

OnRemoteReceive() public method

public OnRemoteReceive ( IAsyncResult ar ) : void
ar IAsyncResult
return void

OnRemoteSent() public method

public OnRemoteSent ( IAsyncResult ar ) : void
ar IAsyncResult
return void

StartHandshake() public abstract method

public abstract StartHandshake ( ) : void
return void

StartRelay() public method

public StartRelay ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string