C# Class Fu.Server

Inheritance: IServer
Afficher le fichier Open project: chakrit/fu-sharp

Méthodes publiques

Méthode Description
Dispose ( ) : void
Server ( FuSettings settings, RequestHandler handler ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
ifStats ( Action statsAction ) : void
requestProcessor ( HttpListenerContext context ) : void
spawnLoop ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Server() public méthode

public Server ( FuSettings settings, RequestHandler handler ) : System
settings FuSettings
handler RequestHandler
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void