C# Class HttpServer.HttpServer

A complete HTTP server, you need to add a module to it to be able to handle incoming requests.
Afficher le fichier Open project: fiki574/rAPB Class Usage Examples

Méthodes publiques

Méthode Description
HttpServer ( ) : System
JsonEncode ( string text ) : string
MapHandlers ( ) : void
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
HandleCreateAccount ( HttpServer server, HttpListenerRequest request, string>.Dictionary parameters ) : string
HandleRequest ( object oContext ) : void
OnGetContext ( IAsyncResult result ) : void

Method Details

HttpServer() public méthode

public HttpServer ( ) : System
Résultat System

JsonEncode() public static méthode

public static JsonEncode ( string text ) : string
text string
Résultat string

MapHandlers() public static méthode

public static MapHandlers ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void