C# Class PeteGoo.WorkflowServiceTrackingViewer.TrackingViewerHttpModule

An IHttpModule that registers routes for handling async tracking messages and serving the viewer
Inheritance: IHttpModule
Exibir arquivo Open project: PeteGoo/Workflow-Service-Tracking-Viewer

Public Methods

Method Description
Dispose ( ) : void

Cleans up any unmanaged resources

Init ( System.Web.HttpApplication context ) : void

Initializes the http module

Private Methods

Method Description
OnInit ( ) : void
OnStart ( ) : void
RegisterRoutes ( RouteCollection routeCollection ) : void

Method Details

Dispose() public method

Cleans up any unmanaged resources
public Dispose ( ) : void
return void

Init() public method

Initializes the http module
public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication
return void