C# Class Electro.Handlers.ListElectionsHandler

Inheritance: AuthorizedBaseHandler
Show file Open project: HackerDom/ructfe-2015 Class Usage Examples

Public Methods

Method Description
ListElectionsHandler ( ElectroController electroController, AuthController authController, string prefix ) : System.Linq

Protected Methods

Method Description
ProcessAuthorizedRequest ( HttpListenerContext context, User user ) : void

Method Details

ListElectionsHandler() public method

public ListElectionsHandler ( ElectroController electroController, AuthController authController, string prefix ) : System.Linq
electroController ElectroController
authController AuthController
prefix string
return System.Linq

ProcessAuthorizedRequest() protected method

protected ProcessAuthorizedRequest ( HttpListenerContext context, User user ) : void
context System.Net.HttpListenerContext
user Electro.Model.User
return void