C# Class Castle.MonoRail.Framework.Adapters.DefaultRailsEngineContext

Adapter to expose a valid IRailsEngineContext implementation on top of HttpContext.
Inheritance: AbstractServiceContainer, IRailsEngineContext
Afficher le fichier Open project: nats/castle-1.0.3-mono Class Usage Examples

Méthodes publiques

Méthode Description
DefaultRailsEngineContext ( IServiceContainer parent, UrlInfo urlInfo, HttpContext context, IServiceProvider container ) : System

Initializes a new instance of the DefaultRailsEngineContext class.

ResolveRequestSession ( ) : void

Resolves the request session.

Transfer ( String path, bool preserveForm ) : void

Transfer the execution to another resource.

Method Details

DefaultRailsEngineContext() public méthode

Initializes a new instance of the DefaultRailsEngineContext class.
public DefaultRailsEngineContext ( IServiceContainer parent, UrlInfo urlInfo, HttpContext context, IServiceProvider container ) : System
parent IServiceContainer The parent.
urlInfo UrlInfo Url information
context System.Web.HttpContext The context.
container IServiceProvider External container instance
Résultat System

ResolveRequestSession() public méthode

Resolves the request session.
public ResolveRequestSession ( ) : void
Résultat void

Transfer() public méthode

Transfer the execution to another resource.
public Transfer ( String path, bool preserveForm ) : void
path String
preserveForm bool
Résultat void