C# Class Dazzle.Server.DazzleServer

Inheritance: AsyncTcpServer, IDisposable
Mostra file Open project: kellabyte/Dazzle.NET

Public Methods

Method Description
DazzleServer ( ) : System
DazzleServer ( IStorage storage ) : System
Dispose ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
HandleData ( byte data, System client ) : void

Method Details

DazzleServer() public method

public DazzleServer ( ) : System
return System

DazzleServer() public method

public DazzleServer ( IStorage storage ) : System
storage IStorage
return System

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

HandleData() protected method

protected HandleData ( byte data, System client ) : void
data byte
client System
return void