C# 클래스 Electro.Handlers.StaticHandler

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

공개 메소드들

메소드 설명
StaticHandler ( string prefix, string root ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
GetContentType ( string fileExt ) : string
GetFileInfo ( Uri requestUrl ) : FileInfo

메소드 상세

ProcessRequest() 보호된 메소드

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

StaticHandler() 공개 메소드

public StaticHandler ( string prefix, string root ) : System
prefix string
root string
리턴 System