C# Class SharpUV.Test.EchoClientsPool

Inheritance: IDisposable
Show file Open project: gigi81/sharpuv Class Usage Examples

Public Methods

Method Description
Close ( bool dispose = false ) : void
Dispose ( ) : void
EchoClientsPool ( int size, int packetSize, int total ) : System
Start ( ) : void

Protected Methods

Method Description
OnCompleted ( ) : void

Private Methods

Method Description
ClientClosed ( object sender, EventArgs e ) : void

Method Details

Close() public method

public Close ( bool dispose = false ) : void
dispose bool
return void

Dispose() public method

public Dispose ( ) : void
return void

EchoClientsPool() public method

public EchoClientsPool ( int size, int packetSize, int total ) : System
size int
packetSize int
total int
return System

OnCompleted() protected method

protected OnCompleted ( ) : void
return void

Start() public method

public Start ( ) : void
return void