C# Class SelfishHttp.HttpHandler

Inheritance: IHttpHandler
ファイルを表示 Open project: featurist/SelfishHttp Class Usage Examples

Public Methods

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

Method Details

AddHandler() public method

public AddHandler ( Action>.Action handler ) : void
handler Action>.Action
return void

Handle() public method

public Handle ( HttpListenerContext context, System.Action next ) : void
context System.Net.HttpListenerContext
next System.Action
return void

HttpHandler() public method

public HttpHandler ( IServerConfiguration serverConfig ) : System
serverConfig IServerConfiguration
return System