C# Class GnomeServer.WebServer

Afficher le fichier Open project: Rychard/GnomeServer Class Usage Examples

Méthodes publiques

Méthode Description
Initialize ( ) : void
Shutdown ( ) : void
WebServer ( HttpListenerResponse>.Action method ) : System
WebServer ( String prefixes, HttpListenerResponse>.Action method ) : System

Private Methods

Méthode Description
RequestHandlerCallback ( Object context ) : void

Method Details

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Shutdown() public méthode

public Shutdown ( ) : void
Résultat void

WebServer() public méthode

public WebServer ( HttpListenerResponse>.Action method ) : System
method HttpListenerResponse>.Action
Résultat System

WebServer() public méthode

public WebServer ( String prefixes, HttpListenerResponse>.Action method ) : System
prefixes String
method HttpListenerResponse>.Action
Résultat System