C# 클래스 NuBot.Http.HttpServer

상속: IHttpServer
파일 보기 프로젝트 열기: nubot/nubot

공개 메소드들

메소드 설명
HttpServer ( int port, string host = "localhost" ) : System
OnRequest ( Action context ) : void
RunAsync ( CancellationToken cancellationToken ) : Task

비공개 메소드들

메소드 설명
GetContext ( IAsyncResult ar ) : void

메소드 상세

HttpServer() 공개 메소드

public HttpServer ( int port, string host = "localhost" ) : System
port int
host string
리턴 System

OnRequest() 공개 메소드

public OnRequest ( Action context ) : void
context Action
리턴 void

RunAsync() 공개 메소드

public RunAsync ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
리턴 Task