C# Class PeteGoo.WorkflowServiceTrackingViewer.TrackingViewerHttpModule

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

Méthodes publiques

Méthode Description
Dispose ( ) : void

Cleans up any unmanaged resources

Init ( System.Web.HttpApplication context ) : void

Initializes the http module

Private Methods

Méthode Description
OnInit ( ) : void
OnStart ( ) : void
RegisterRoutes ( RouteCollection routeCollection ) : void

Method Details

Dispose() public méthode

Cleans up any unmanaged resources
public Dispose ( ) : void
Résultat void

Init() public méthode

Initializes the http module
public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication
Résultat void