C# 클래스 Fu.Server

상속: IServer
파일 보기 프로젝트 열기: chakrit/fu-sharp

공개 메소드들

메소드 설명
Dispose ( ) : void
Server ( FuSettings settings, RequestHandler handler ) : System
Start ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
ifStats ( Action statsAction ) : void
requestProcessor ( HttpListenerContext context ) : void
spawnLoop ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Server() 공개 메소드

public Server ( FuSettings settings, RequestHandler handler ) : System
settings FuSettings
handler RequestHandler
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void