C# 클래스 Electro.Handlers.LogoutHandler

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

공개 메소드들

메소드 설명
LogoutHandler ( AuthController authController, string prefix ) : System

보호된 메소드들

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

메소드 상세

LogoutHandler() 공개 메소드

public LogoutHandler ( AuthController authController, string prefix ) : System
authController AuthController
prefix string
리턴 System

ProcessRequest() 보호된 메소드

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