C# Class SongRequest.Handlers.StaticHandler

Inheritance: SongRequest.Handlers.BaseHandler
ファイルを表示 Open project: Daspeed/SongRequest

Public Methods

Method Description
Process ( HttpListenerRequest request, HttpListenerResponse response ) : void
StaticHandler ( Stream>.Func resourceGetter ) : System

Protected Methods

Method Description
Get ( string name ) : string
GetStream ( string name ) : Stream

Method Details

Get() protected method

protected Get ( string name ) : string
name string
return string

GetStream() protected method

protected GetStream ( string name ) : Stream
name string
return Stream

Process() public method

public Process ( HttpListenerRequest request, HttpListenerResponse response ) : void
request System.Net.HttpListenerRequest
response System.Net.HttpListenerResponse
return void

StaticHandler() public method

public StaticHandler ( Stream>.Func resourceGetter ) : System
resourceGetter Stream>.Func
return System