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

Inheritance: IServer, IDisposable
Afficher le fichier Open project: Ziftr/CoiniumServ

Méthodes publiques

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

Private Methods

Méthode Description
ContextReady ( IAsyncResult ar ) : void
HandleRequests ( ) : void
Worker ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

HttpServer() public méthode

public HttpServer ( int port, int maxThreads = 5 ) : System
port int
maxThreads int
Résultat System

Start() public méthode

public Start ( ) : bool
Résultat bool

Stop() public méthode

public Stop ( ) : bool
Résultat bool