C# 클래스 SelfishHttp.HttpResourceHandler

상속: IHttpResourceHandler
파일 보기 프로젝트 열기: featurist/SelfishHttp 1 사용 예제들

공개 메소드들

메소드 설명
AddHandler ( Action>.Action handler ) : void
Handle ( HttpListenerContext context, System.Action next ) : void
HttpResourceHandler ( string method, string path, IServerConfiguration serverConfiguration ) : System
IgnorePathCase ( ) : IHttpResourceHandler
Matches ( HttpListenerRequest request ) : bool

메소드 상세

AddHandler() 공개 메소드

public AddHandler ( Action>.Action handler ) : void
handler Action>.Action
리턴 void

Handle() 공개 메소드

public Handle ( HttpListenerContext context, System.Action next ) : void
context System.Net.HttpListenerContext
next System.Action
리턴 void

HttpResourceHandler() 공개 메소드

public HttpResourceHandler ( string method, string path, IServerConfiguration serverConfiguration ) : System
method string
path string
serverConfiguration IServerConfiguration
리턴 System

IgnorePathCase() 공개 메소드

public IgnorePathCase ( ) : IHttpResourceHandler
리턴 IHttpResourceHandler

Matches() 공개 메소드

public Matches ( HttpListenerRequest request ) : bool
request System.Net.HttpListenerRequest
리턴 bool