C# Class WhiskWork.CommondLineWebServer.WebRouter

Afficher le fichier Open project: jorn-ola-birkeland/WhiskWork Class Usage Examples

Méthodes publiques

Méthode Description
ProcessRequest ( IHttpListenerContext httpcontext ) : void
WebRouter ( IWorkflowRepository workflowRepository, string webDirectory, string logFilePath ) : System

Private Methods

Méthode Description
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

Method Details

ProcessRequest() public méthode

public ProcessRequest ( IHttpListenerContext httpcontext ) : void
httpcontext IHttpListenerContext
Résultat void

WebRouter() public méthode

public WebRouter ( IWorkflowRepository workflowRepository, string webDirectory, string logFilePath ) : System
workflowRepository IWorkflowRepository
webDirectory string
logFilePath string
Résultat System