C# Class LineBasedChannel, code

Afficher le fichier Open project: shendongnian/code

Méthodes publiques

Méthode Description
LineBasedChannel ( Socket, socket )
OnRead ( IAsyncResult res ) : void
Start ( ) : void

Méthodes protégées

Méthode Description
OnReceivedLine ( string line ) : void

Method Details

LineBasedChannel() public méthode

public LineBasedChannel ( Socket, socket )
socket Socket,

OnRead() public méthode

public OnRead ( IAsyncResult res ) : void
res IAsyncResult
Résultat void

OnReceivedLine() protected abstract méthode

protected abstract OnReceivedLine ( string line ) : void
line string
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void