C# Class PeteGoo.WorkflowServiceTrackingViewer.TrackingViewerHttpHandler

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

Méthodes publiques

Méthode Description
ProcessRequest ( HttpContext context ) : void

Processes the specified request

Method Details

ProcessRequest() public méthode

Processes the specified request
public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
Résultat void