C# Class Electro.Handlers.StartElectionHandler

Inheritance: AuthorizedBaseHandler
Exibir arquivo Open project: HackerDom/ructfe-2015 Class Usage Examples

Public Methods

Method Description
StartElectionHandler ( ElectroController electroController, AuthController authController, string prefix ) : System

Protected Methods

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

Method Details

ProcessAuthorizedRequest() protected method

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

StartElectionHandler() public method

public StartElectionHandler ( ElectroController electroController, AuthController authController, string prefix ) : System
electroController ElectroController
authController AuthController
prefix string
return System