C# Class Electro.Handlers.ListElectionsHandler

Inheritance: AuthorizedBaseHandler
Afficher le fichier Open project: HackerDom/ructfe-2015 Class Usage Examples

Méthodes publiques

Méthode Description
ListElectionsHandler ( ElectroController electroController, AuthController authController, string prefix ) : System.Linq

Méthodes protégées

Méthode Description
ProcessAuthorizedRequest ( HttpListenerContext context, User user ) : void

Method Details

ListElectionsHandler() public méthode

public ListElectionsHandler ( ElectroController electroController, AuthController authController, string prefix ) : System.Linq
electroController ElectroController
authController AuthController
prefix string
Résultat System.Linq

ProcessAuthorizedRequest() protected méthode

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