![]() |
CQRS.NET
2.1
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
Inheritance diagram for Cqrs.WebApi.CqrsHttpApplication< TAuthenticationToken, TEventToHubProxy >:Protected Member Functions | |
| virtual void | Application_Start (object sender, EventArgs e) |
| abstract void | ConfigureDefaultDependencyResolver () |
| virtual void | RegisterSignalR (BusRegistrar registrar) |
| Register SignalR to the path /signalr More... | |
| virtual void | RegisterDefaultRoutes () |
| Register default offered routes and controllers such as the Java-script Client More... | |
| virtual void | ConfigureMvc () |
| Override to configure MVC components such as AreaRegistration.RegisterAllAreas(); More... | |
| virtual BusRegistrar | RegisterCommandAndEventHandlers () |
| virtual void | LogApplicationStarted () |
| Log that the application has started More... | |
| virtual void | Application_End (object sender, EventArgs e) |
| virtual void | Application_Error (object sender, EventArgs e) |
| virtual void | Application_BeginRequest (object sender, EventArgs e) |
| virtual void | Application_AuthenticateRequest (object sender, EventArgs e) |
| virtual void | Session_Start (object sender, EventArgs e) |
| virtual void | Session_End (object sender, EventArgs e) |
Properties | |
| static IDependencyResolver | DependencyResolver [get, set] |