C# Class Electro.Handlers.VoteHandler

Inheritance: AuthorizedBaseHandler
Mostrar archivo Open project: HackerDom/ructfe-2015 Class Usage Examples

Public Methods

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

Protected Methods

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

Private Methods

Method Description
ParseVoteArray ( string votesStringArray ) : System.Numerics.BigInteger[]

Method Details

ProcessAuthorizedRequest() protected method

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

VoteHandler() public method

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