C# 클래스 Electro.Handlers.AuthorizedBaseHandler

상속: BaseHttpHandler
파일 보기 프로젝트 열기: HackerDom/ructfe-2015

보호된 메소드들

메소드 설명
AuthorizedBaseHandler ( AuthController authController, string prefix ) : System.Net
ProcessAuthorizedRequest ( HttpListenerContext context, User user ) : void
ProcessForbiddenRequest ( HttpListenerContext context ) : void
ProcessRequest ( HttpListenerContext context ) : void
ProcessUnauthorizedRequest ( HttpListenerContext context ) : void

비공개 메소드들

메소드 설명
ProcessUserNotFoundRequest ( HttpListenerContext context ) : void

메소드 상세

AuthorizedBaseHandler() 보호된 메소드

protected AuthorizedBaseHandler ( AuthController authController, string prefix ) : System.Net
authController AuthController
prefix string
리턴 System.Net

ProcessAuthorizedRequest() 보호된 추상적인 메소드

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

ProcessForbiddenRequest() 보호된 메소드

protected ProcessForbiddenRequest ( HttpListenerContext context ) : void
context System.Net.HttpListenerContext
리턴 void

ProcessRequest() 보호된 메소드

protected ProcessRequest ( HttpListenerContext context ) : void
context System.Net.HttpListenerContext
리턴 void

ProcessUnauthorizedRequest() 보호된 메소드

protected ProcessUnauthorizedRequest ( HttpListenerContext context ) : void
context System.Net.HttpListenerContext
리턴 void