C# Class Revenj.Http.HttpSocketServer

Afficher le fichier Open project: ngs-doo/revenj

Méthodes publiques

Méthode Description
HttpSocketServer ( IServiceProvider locator ) : System
Run ( ) : void

Private Methods

Méthode Description
CheckAuth ( Socket socket, Revenj.Http.HttpAuth auth, HttpSocketContext ctx ) : void
HttpSocketServer ( ) : System
LogError ( Socket socket, HttpSocketContext ctx, Exception ex ) : void
ProcessAllMessages ( RequestInfo request, HttpSocketContext ctx, IPrincipal principal, ManualResetEvent resetEvent, bool canReschedule ) : void
ProcessInThread ( object state ) : void
SocketLoop ( object state ) : void

Method Details

HttpSocketServer() public méthode

public HttpSocketServer ( IServiceProvider locator ) : System
locator IServiceProvider
Résultat System

Run() public méthode

public Run ( ) : void
Résultat void