C# Class Electro.Handlers.StaticHandler

Inheritance: BaseHttpHandler
ファイルを表示 Open project: HackerDom/ructfe-2015 Class Usage Examples

Public Methods

Method Description
StaticHandler ( string prefix, string root ) : System

Protected Methods

Method Description
ProcessRequest ( HttpListenerContext context ) : void

Private Methods

Method Description
GetContentType ( string fileExt ) : string
GetFileInfo ( Uri requestUrl ) : FileInfo

Method Details

ProcessRequest() protected method

protected ProcessRequest ( HttpListenerContext context ) : void
context System.Net.HttpListenerContext
return void

StaticHandler() public method

public StaticHandler ( string prefix, string root ) : System
prefix string
root string
return System