Méthode | Description | |
---|---|---|
Dispose ( ) : void | ||
Init ( System.Web.HttpApplication context ) : void |
Méthode | Description | |
---|---|---|
Application_EndRequest ( Object sender, |
Méthode | Description | |
---|---|---|
EnsureInitialized ( ) : void | ||
GetScope ( ) : ILifetimeScope | ||
GetScope ( |
||
YieldScope ( ) : ILifetimeScope |
Returns current request's scope and detaches it from the request context. Does not throw if scope or context not present. To be used for disposing of the context.
|
protected Application_EndRequest ( Object sender, |
||
sender | Object | |
e | ||
Résultat | void |
public Init ( System.Web.HttpApplication context ) : void | ||
context | System.Web.HttpApplication | |
Résultat | void |