C# Class Fu.Server

Inheritance: IServer
Exibir arquivo Open project: chakrit/fu-sharp

Public Methods

Method Description
Dispose ( ) : void
Server ( FuSettings settings, RequestHandler handler ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
ifStats ( Action statsAction ) : void
requestProcessor ( HttpListenerContext context ) : void
spawnLoop ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Server() public method

public Server ( FuSettings settings, RequestHandler handler ) : System
settings FuSettings
handler RequestHandler
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void