C# Class SelfishHttp.HttpHandler

Inheritance: IHttpHandler
Afficher le fichier Open project: featurist/SelfishHttp Class Usage Examples

Méthodes publiques

Méthode Description
AddHandler ( Action>.Action handler ) : void
Handle ( HttpListenerContext context, System.Action next ) : void
HttpHandler ( IServerConfiguration serverConfig ) : System

Method Details

AddHandler() public méthode

public AddHandler ( Action>.Action handler ) : void
handler Action>.Action
Résultat void

Handle() public méthode

public Handle ( HttpListenerContext context, System.Action next ) : void
context System.Net.HttpListenerContext
next System.Action
Résultat void

HttpHandler() public méthode

public HttpHandler ( IServerConfiguration serverConfig ) : System
serverConfig IServerConfiguration
Résultat System