C# 클래스 Electro.Handlers.VoteHandler

상속: AuthorizedBaseHandler
파일 보기 프로젝트 열기: HackerDom/ructfe-2015 1 사용 예제들

공개 메소드들

메소드 설명
VoteHandler ( ElectroController electroController, AuthController authController, string prefix ) : System

보호된 메소드들

메소드 설명
ProcessAuthorizedRequest ( HttpListenerContext context, User user ) : void

비공개 메소드들

메소드 설명
ParseVoteArray ( string votesStringArray ) : System.Numerics.BigInteger[]

메소드 상세

ProcessAuthorizedRequest() 보호된 메소드

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

VoteHandler() 공개 메소드

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