C# Class Dazzle.Server.DazzleServer

Inheritance: AsyncTcpServer, IDisposable
Afficher le fichier Open project: kellabyte/Dazzle.NET

Méthodes publiques

Méthode Description
DazzleServer ( ) : System
DazzleServer ( IStorage storage ) : System
Dispose ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
HandleData ( byte data, System client ) : void

Method Details

DazzleServer() public méthode

public DazzleServer ( ) : System
Résultat System

DazzleServer() public méthode

public DazzleServer ( IStorage storage ) : System
storage IStorage
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

HandleData() protected méthode

protected HandleData ( byte data, System client ) : void
data byte
client System
Résultat void