C# Class Coinium.Net.Server.Http.HttpServer

Inheritance: IServer, IDisposable
Exibir arquivo Open project: Ziftr/CoiniumServ

Public Methods

Method Description
Dispose ( ) : void
HttpServer ( int port, int maxThreads = 5 ) : System
Start ( ) : bool
Stop ( ) : bool

Private Methods

Method Description
ContextReady ( IAsyncResult ar ) : void
HandleRequests ( ) : void
Worker ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

HttpServer() public method

public HttpServer ( int port, int maxThreads = 5 ) : System
port int
maxThreads int
return System

Start() public method

public Start ( ) : bool
return bool

Stop() public method

public Stop ( ) : bool
return bool