C# Class Bracket.Hosting.SystemWeb.SimpleWebServer

Inheritance: IDisposable
Afficher le fichier Open project: PlasticLizard/Bracket Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
SimpleWebServer ( ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
ConnectionManagerThreadStart ( ) : void
Dispose ( bool disposing ) : void
RaiseIncomingRequest ( HttpListenerContext context ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

SimpleWebServer() public méthode

public SimpleWebServer ( ) : System
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void