C# Class PSXDH.ProxyHelp.Client

Inheritance: IDisposable
Afficher le fichier Open project: KOPElan/PSX-Download-Helper Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Client ( ) : System
Client ( Socket clientSocket, DestroyDelegate destroyer ) : System

Method Details

Client() protected méthode

protected Client ( ) : System
Résultat System

Client() protected méthode

protected Client ( Socket clientSocket, DestroyDelegate destroyer ) : System
clientSocket Socket
destroyer DestroyDelegate
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OnClientReceive() public méthode

public OnClientReceive ( IAsyncResult ar ) : void
ar IAsyncResult
Résultat void

OnClientSent() public méthode

public OnClientSent ( IAsyncResult ar ) : void
ar IAsyncResult
Résultat void

OnRemoteReceive() public méthode

public OnRemoteReceive ( IAsyncResult ar ) : void
ar IAsyncResult
Résultat void

OnRemoteSent() public méthode

public OnRemoteSent ( IAsyncResult ar ) : void
ar IAsyncResult
Résultat void

StartHandshake() public abstract méthode

public abstract StartHandshake ( ) : void
Résultat void

StartRelay() public méthode

public StartRelay ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string