C# Класс Rebel.Cms.Web.Context.RoutableRequestContext

Default implementation of IRoutableRequestContext. Encapsulates information specific to a request handled by Rebel.
Наследование: DisposableObject, IRoutableRequestContext
Показать файл Открыть проект

Открытые методы

Метод Описание
RoutableRequestContext ( IRebelApplicationContext applicationContext, ComponentRegistrations components, IRoutingEngine routingEngine ) : System

Защищенные методы

Метод Описание
DisposeResources ( ) : void

Handles the disposal of resources. Derived from abstract class DisposableObject which handles common required locking logic.

Описание методов

DisposeResources() защищенный Метод

Handles the disposal of resources. Derived from abstract class DisposableObject which handles common required locking logic.
protected DisposeResources ( ) : void
Результат void

RoutableRequestContext() публичный Метод

public RoutableRequestContext ( IRebelApplicationContext applicationContext, ComponentRegistrations components, IRoutingEngine routingEngine ) : System
applicationContext IRebelApplicationContext
components Rebel.Cms.Web.DependencyManagement.ComponentRegistrations
routingEngine IRoutingEngine
Результат System