C# Class ALE.Web.Server

Inheritance: ALE.Http.ServerBase
Datei anzeigen Open project: blesh/ALE

Public Methods

Method Description
Create ( ) : Server
Use ( Action>.Action processor ) : Server
Use ( IViewProcessor viewProcessor ) : Server

Private Methods

Method Description
Execute ( IContext context ) : void
Server ( ) : System

Method Details

Create() public static method

public static Create ( ) : Server
return Server

Use() public method

public Use ( Action>.Action processor ) : Server
processor Action>.Action
return Server

Use() public method

public Use ( IViewProcessor viewProcessor ) : Server
viewProcessor IViewProcessor
return Server