C# Class SenseNet.Portal.Virtualization.PortalContextModule

Inheritance: IHttpModule
Afficher le fichier Open project: maxpavlov/FlexNet

Méthodes publiques

Méthode Description
Dispose ( ) : void
Init ( System.Web.HttpApplication context ) : void

Private Methods

Méthode Description
CollectLoggedProperties ( IHttpActionContext context ) : object>.IDictionary
DelayCurrentRequestIfNecessary ( ) : void
HandleResponseForClientCache ( PortalContextInitInfo initInfo ) : void
InitCacheHeaderConfig ( ) : void
IsDelayingRequestsNecessary ( bool requestsCurrentlyDelayed ) : bool
OnEnter ( object sender, EventArgs e ) : void
SetThreadCulture ( PortalContext portalContext ) : void
TrySetThreadCulture ( string language ) : bool

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Init() public méthode

public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication
Résultat void