C# 클래스 Electro.Handlers.StartElectionHandler

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

공개 메소드들

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

보호된 메소드들

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

메소드 상세

ProcessAuthorizedRequest() 보호된 메소드

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

StartElectionHandler() 공개 메소드

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