C# 클래스 RemObjects.InternetPack.Http.AsyncHttpServer

상속: AsyncServer
파일 보기 프로젝트 열기: remobjects/internetpack

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AsyncHttpServer ( ) : System
AsyncHttpServer ( IContainer container ) : System
GetWorkerClass ( ) : Type

보호된 메소드들

메소드 설명
NewContext ( AsyncHttpWorker worker ) : AsyncHttpContext
TriggerBeforeHaveData ( AsyncHttpRequestEventArgs e ) : void
TriggerHttpRequest ( AsyncHttpRequestEventArgs e ) : void
TriggerHttpResponseFailed ( AsyncHttpRequestEventArgs e ) : void
TriggerHttpResponseSent ( AsyncHttpRequestEventArgs e ) : void

메소드 상세

AsyncHttpServer() 공개 메소드

public AsyncHttpServer ( ) : System
리턴 System

AsyncHttpServer() 공개 메소드

public AsyncHttpServer ( IContainer container ) : System
container IContainer
리턴 System

GetWorkerClass() 공개 메소드

public GetWorkerClass ( ) : Type
리턴 System.Type

NewContext() 보호된 메소드

protected NewContext ( AsyncHttpWorker worker ) : AsyncHttpContext
worker AsyncHttpWorker
리턴 AsyncHttpContext

TriggerBeforeHaveData() 보호된 메소드

protected TriggerBeforeHaveData ( AsyncHttpRequestEventArgs e ) : void
e AsyncHttpRequestEventArgs
리턴 void

TriggerHttpRequest() 보호된 메소드

protected TriggerHttpRequest ( AsyncHttpRequestEventArgs e ) : void
e AsyncHttpRequestEventArgs
리턴 void

TriggerHttpResponseFailed() 보호된 메소드

protected TriggerHttpResponseFailed ( AsyncHttpRequestEventArgs e ) : void
e AsyncHttpRequestEventArgs
리턴 void

TriggerHttpResponseSent() 보호된 메소드

protected TriggerHttpResponseSent ( AsyncHttpRequestEventArgs e ) : void
e AsyncHttpRequestEventArgs
리턴 void