Show / Hide Table of Contents

Class DotNetNukeHttpApplication

Inheritance
object
HttpApplication
DotNetNukeHttpApplication
Implements
IComponent
IDisposable
IHttpAsyncHandler
IHttpHandler
Inherited Members
HttpApplication.CompleteRequest()
HttpApplication.AddOnBeginRequestAsync(BeginEventHandler, EndEventHandler)
HttpApplication.AddOnBeginRequestAsync(BeginEventHandler, EndEventHandler, object)
HttpApplication.AddOnAuthenticateRequestAsync(BeginEventHandler, EndEventHandler)
HttpApplication.AddOnAuthenticateRequestAsync(BeginEventHandler, EndEventHandler, object)
HttpApplication.AddOnPostAuthenticateRequestAsync(BeginEventHandler, EndEventHandler)
HttpApplication.AddOnPostAuthenticateRequestAsync(BeginEventHandler, EndEventHandler, object)
HttpApplication.AddOnAuthorizeRequestAsync(BeginEventHandler, EndEventHandler)
HttpApplication.AddOnAuthorizeRequestAsync(BeginEventHandler, EndEventHandler, object)
HttpApplication.AddOnPostAuthorizeRequestAsync(BeginEventHandler, EndEventHandler)
HttpApplication.AddOnPostAuthorizeRequestAsync(BeginEventHandler, EndEventHandler, object)
HttpApplication.AddOnResolveRequestCacheAsync(BeginEventHandler, EndEventHandler)
HttpApplication.AddOnResolveRequestCacheAsync(BeginEventHandler, EndEventHandler, object)
HttpApplication.AddOnPostResolveRequestCacheAsync(BeginEventHandler, EndEventHandler)
HttpApplication.AddOnPostResolveRequestCacheAsync(BeginEventHandler, EndEventHandler, object)
HttpApplication.AddOnMapRequestHandlerAsync(BeginEventHandler, EndEventHandler)
HttpApplication.AddOnMapRequestHandlerAsync(BeginEventHandler, EndEventHandler, object)
HttpApplication.AddOnPostMapRequestHandlerAsync(BeginEventHandler, EndEventHandler)
HttpApplication.AddOnPostMapRequestHandlerAsync(BeginEventHandler, EndEventHandler, object)
HttpApplication.AddOnAcquireRequestStateAsync(BeginEventHandler, EndEventHandler)
HttpApplication.AddOnAcquireRequestStateAsync(BeginEventHandler, EndEventHandler, object)
HttpApplication.AddOnPostAcquireRequestStateAsync(BeginEventHandler, EndEventHandler)
HttpApplication.AddOnPostAcquireRequestStateAsync(BeginEventHandler, EndEventHandler, object)
HttpApplication.AddOnPreRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler)
HttpApplication.AddOnPreRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler, object)
HttpApplication.AddOnPostRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler)
HttpApplication.AddOnPostRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler, object)
HttpApplication.AddOnReleaseRequestStateAsync(BeginEventHandler, EndEventHandler)
HttpApplication.AddOnReleaseRequestStateAsync(BeginEventHandler, EndEventHandler, object)
HttpApplication.AddOnPostReleaseRequestStateAsync(BeginEventHandler, EndEventHandler)
HttpApplication.AddOnPostReleaseRequestStateAsync(BeginEventHandler, EndEventHandler, object)
HttpApplication.AddOnUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler)
HttpApplication.AddOnUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler, object)
HttpApplication.AddOnPostUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler)
HttpApplication.AddOnPostUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler, object)
HttpApplication.AddOnLogRequestAsync(BeginEventHandler, EndEventHandler)
HttpApplication.AddOnLogRequestAsync(BeginEventHandler, EndEventHandler, object)
HttpApplication.AddOnPostLogRequestAsync(BeginEventHandler, EndEventHandler)
HttpApplication.AddOnPostLogRequestAsync(BeginEventHandler, EndEventHandler, object)
HttpApplication.AddOnEndRequestAsync(BeginEventHandler, EndEventHandler)
HttpApplication.AddOnEndRequestAsync(BeginEventHandler, EndEventHandler, object)
HttpApplication.Init()
HttpApplication.Dispose()
HttpApplication.GetVaryByCustomString(HttpContext, string)
HttpApplication.GetOutputCacheProviderName(HttpContext)
HttpApplication.OnExecuteRequestStep(Action<HttpContextBase, Action>)
HttpApplication.RegisterModule(Type)
HttpApplication.Context
HttpApplication.Events
HttpApplication.Request
HttpApplication.Response
HttpApplication.Session
HttpApplication.Application
HttpApplication.Server
HttpApplication.User
HttpApplication.Modules
HttpApplication.Site
HttpApplication.Disposed
HttpApplication.BeginRequest
HttpApplication.AuthenticateRequest
HttpApplication.PostAuthenticateRequest
HttpApplication.AuthorizeRequest
HttpApplication.PostAuthorizeRequest
HttpApplication.ResolveRequestCache
HttpApplication.PostResolveRequestCache
HttpApplication.MapRequestHandler
HttpApplication.PostMapRequestHandler
HttpApplication.AcquireRequestState
HttpApplication.PostAcquireRequestState
HttpApplication.PreRequestHandlerExecute
HttpApplication.PostRequestHandlerExecute
HttpApplication.ReleaseRequestState
HttpApplication.PostReleaseRequestState
HttpApplication.UpdateRequestCache
HttpApplication.PostUpdateRequestCache
HttpApplication.LogRequest
HttpApplication.PostLogRequest
HttpApplication.EndRequest
HttpApplication.Error
HttpApplication.RequestCompleted
HttpApplication.PreSendRequestHeaders
HttpApplication.PreSendRequestContent
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Web.Common.Internal
Assembly: DotNetNuke.Web.dll
Syntax
public class DotNetNukeHttpApplication : HttpApplication, IComponent, IDisposable, IHttpAsyncHandler, IHttpHandler

Constructors

DotNetNukeHttpApplication()

Declaration
public DotNetNukeHttpApplication()

Implements

IComponent
IDisposable
IHttpAsyncHandler
IHttpHandler

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS