C# 클래스 SelfishHttp.HttpHandler

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

공개 메소드들

메소드 설명
AddHandler ( Action>.Action handler ) : void
Handle ( HttpListenerContext context, System.Action next ) : void
HttpHandler ( IServerConfiguration serverConfig ) : System

메소드 상세

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

HttpHandler() 공개 메소드

public HttpHandler ( IServerConfiguration serverConfig ) : System
serverConfig IServerConfiguration
리턴 System