C# 클래스 WhiskWork.CommondLineWebServer.WebRouter

파일 보기 프로젝트 열기: jorn-ola-birkeland/WhiskWork 1 사용 예제들

공개 메소드들

메소드 설명
ProcessRequest ( IHttpListenerContext httpcontext ) : void
WebRouter ( IWorkflowRepository workflowRepository, string webDirectory, string logFilePath ) : System

비공개 메소드들

메소드 설명
CopyHeaders ( NameValueCollection fromHeaders, NameValueCollection toHeaders ) : void
CopyResponse ( WorkflowHttpResponse fromResponse, HttpListenerResponse response ) : void
GetContentType ( string path ) : string
ProcessWorkflowRequest ( IHttpListenerContext httpcontext ) : void
TryReturnFile ( HttpListenerResponse response, string path ) : bool

메소드 상세

ProcessRequest() 공개 메소드

public ProcessRequest ( IHttpListenerContext httpcontext ) : void
httpcontext IHttpListenerContext
리턴 void

WebRouter() 공개 메소드

public WebRouter ( IWorkflowRepository workflowRepository, string webDirectory, string logFilePath ) : System
workflowRepository IWorkflowRepository
webDirectory string
logFilePath string
리턴 System