C# Class PeteGoo.WorkflowServiceTrackingViewer.TrackingViewerHttpHandler

An Http Handler that renders an html page with the tracking viewer and its associated resources
Inheritance: IHttpHandler
Show file Open project: PeteGoo/Workflow-Service-Tracking-Viewer

Public Methods

Method Description
ProcessRequest ( HttpContext context ) : void

Processes the specified request

Method Details

ProcessRequest() public method

Processes the specified request
public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
return void