Class HystrixRequestContextModule
- Namespace
- Steeltoe.CircuitBreaker.Hystrix
- Assembly
- Steeltoe.CircuitBreaker.HystrixAutofac.dll
public class HystrixRequestContextModule : IHttpModule
- Inheritance
-
HystrixRequestContextModule
- Implements
- Inherited Members
Methods
Dispose()
Disposes of the resources (other than memory) used by the module that implements IHttpModule.
public void Dispose()
Init(HttpApplication)
Initializes a module and prepares it to handle requests.
public void Init(HttpApplication context)
Parameters
context
HttpApplicationAn HttpApplication that provides access to the methods, properties, and events common to all application objects within an ASP.NET application