Share via


MvcApplication Class

 

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service.WebHost (in Microsoft.WindowsAzure.Mobile.Service.WebHost.dll)

Inheritance Hierarchy

System.Object
  System.Web.HttpApplication
    Microsoft.WindowsAzure.Mobile.Service.MvcApplication

Syntax

public class MvcApplication : HttpApplication
public ref class MvcApplication : HttpApplication
type MvcApplication = 
    class
        inherit HttpApplication
    end
Public Class MvcApplication
    Inherits HttpApplication

Constructors

Name Description
System_CAPS_pubmethod MvcApplication()

Properties

Name Description
System_CAPS_pubproperty Application

(Inherited from HttpApplication.)

System_CAPS_pubproperty Context

(Inherited from HttpApplication.)

System_CAPS_protproperty Events

(Inherited from HttpApplication.)

System_CAPS_pubproperty Modules

(Inherited from HttpApplication.)

System_CAPS_pubproperty Request

(Inherited from HttpApplication.)

System_CAPS_pubproperty Response

(Inherited from HttpApplication.)

System_CAPS_pubproperty Server

(Inherited from HttpApplication.)

System_CAPS_pubproperty Session

(Inherited from HttpApplication.)

System_CAPS_pubproperty Site

(Inherited from HttpApplication.)

System_CAPS_pubproperty User

(Inherited from HttpApplication.)

Methods

Name Description
System_CAPS_pubmethod AddOnAcquireRequestStateAsync(BeginEventHandler, EndEventHandler)

(Inherited from HttpApplication.)

System_CAPS_pubmethod AddOnAcquireRequestStateAsync(BeginEventHandler, EndEventHandler, Object)

(Inherited from HttpApplication.)

System_CAPS_pubmethod AddOnAuthenticateRequestAsync(BeginEventHandler, EndEventHandler)

(Inherited from HttpApplication.)

System_CAPS_pubmethod AddOnAuthenticateRequestAsync(BeginEventHandler, EndEventHandler, Object)

(Inherited from HttpApplication.)

System_CAPS_pubmethod AddOnAuthorizeRequestAsync(BeginEventHandler, EndEventHandler)

(Inherited from HttpApplication.)

System_CAPS_pubmethod AddOnAuthorizeRequestAsync(BeginEventHandler, EndEventHandler, Object)

(Inherited from HttpApplication.)

System_CAPS_pubmethod AddOnBeginRequestAsync(BeginEventHandler, EndEventHandler)

(Inherited from HttpApplication.)

System_CAPS_pubmethod AddOnBeginRequestAsync(BeginEventHandler, EndEventHandler, Object)

(Inherited from HttpApplication.)

System_CAPS_pubmethod AddOnEndRequestAsync(BeginEventHandler, EndEventHandler)

(Inherited from HttpApplication.)

System_CAPS_pubmethod AddOnEndRequestAsync(BeginEventHandler, EndEventHandler, Object)

(Inherited from HttpApplication.)

System_CAPS_pubmethod AddOnLogRequestAsync(BeginEventHandler, EndEventHandler)

(Inherited from HttpApplication.)

System_CAPS_pubmethod AddOnLogRequestAsync(BeginEventHandler, EndEventHandler, Object)

(Inherited from HttpApplication.)

System_CAPS_pubmethod AddOnMapRequestHandlerAsync(BeginEventHandler, EndEventHandler)

(Inherited from HttpApplication.)

System_CAPS_pubmethod AddOnMapRequestHandlerAsync(BeginEventHandler, EndEventHandler, Object)

(Inherited from HttpApplication.)

System_CAPS_pubmethod AddOnPostAcquireRequestStateAsync(BeginEventHandler, EndEventHandler)

(Inherited from HttpApplication.)

System_CAPS_pubmethod AddOnPostAcquireRequestStateAsync(BeginEventHandler, EndEventHandler, Object)

(Inherited from HttpApplication.)

System_CAPS_pubmethod AddOnPostAuthenticateRequestAsync(BeginEventHandler, EndEventHandler)

(Inherited from HttpApplication.)

System_CAPS_pubmethod AddOnPostAuthenticateRequestAsync(BeginEventHandler, EndEventHandler, Object)

(Inherited from HttpApplication.)

System_CAPS_pubmethod AddOnPostAuthorizeRequestAsync(BeginEventHandler, EndEventHandler)

(Inherited from HttpApplication.)

System_CAPS_pubmethod AddOnPostAuthorizeRequestAsync(BeginEventHandler, EndEventHandler, Object)

(Inherited from HttpApplication.)

System_CAPS_pubmethod AddOnPostLogRequestAsync(BeginEventHandler, EndEventHandler)

(Inherited from HttpApplication.)

System_CAPS_pubmethod AddOnPostLogRequestAsync(BeginEventHandler, EndEventHandler, Object)

(Inherited from HttpApplication.)

System_CAPS_pubmethod AddOnPostMapRequestHandlerAsync(BeginEventHandler, EndEventHandler)

(Inherited from HttpApplication.)

System_CAPS_pubmethod AddOnPostMapRequestHandlerAsync(BeginEventHandler, EndEventHandler, Object)

(Inherited from HttpApplication.)

System_CAPS_pubmethod AddOnPostReleaseRequestStateAsync(BeginEventHandler, EndEventHandler)

(Inherited from HttpApplication.)

System_CAPS_pubmethod AddOnPostReleaseRequestStateAsync(BeginEventHandler, EndEventHandler, Object)

(Inherited from HttpApplication.)

System_CAPS_pubmethod AddOnPostRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler)

(Inherited from HttpApplication.)

System_CAPS_pubmethod AddOnPostRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler, Object)

(Inherited from HttpApplication.)

System_CAPS_pubmethod AddOnPostResolveRequestCacheAsync(BeginEventHandler, EndEventHandler)

(Inherited from HttpApplication.)

System_CAPS_pubmethod AddOnPostResolveRequestCacheAsync(BeginEventHandler, EndEventHandler, Object)

(Inherited from HttpApplication.)

System_CAPS_pubmethod AddOnPostUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler)

(Inherited from HttpApplication.)

System_CAPS_pubmethod AddOnPostUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler, Object)

(Inherited from HttpApplication.)

System_CAPS_pubmethod AddOnPreRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler)

(Inherited from HttpApplication.)

System_CAPS_pubmethod AddOnPreRequestHandlerExecuteAsync(BeginEventHandler, EndEventHandler, Object)

(Inherited from HttpApplication.)

System_CAPS_pubmethod AddOnReleaseRequestStateAsync(BeginEventHandler, EndEventHandler)

(Inherited from HttpApplication.)

System_CAPS_pubmethod AddOnReleaseRequestStateAsync(BeginEventHandler, EndEventHandler, Object)

(Inherited from HttpApplication.)

System_CAPS_pubmethod AddOnResolveRequestCacheAsync(BeginEventHandler, EndEventHandler)

(Inherited from HttpApplication.)

System_CAPS_pubmethod AddOnResolveRequestCacheAsync(BeginEventHandler, EndEventHandler, Object)

(Inherited from HttpApplication.)

System_CAPS_pubmethod AddOnUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler)

(Inherited from HttpApplication.)

System_CAPS_pubmethod AddOnUpdateRequestCacheAsync(BeginEventHandler, EndEventHandler, Object)

(Inherited from HttpApplication.)

System_CAPS_protmethod Application_Error(Object, EventArgs)

System_CAPS_protmethod Application_Start()

System_CAPS_pubmethod CompleteRequest()

(Inherited from HttpApplication.)

System_CAPS_pubmethod Dispose()

(Inherited from HttpApplication.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetOutputCacheProviderName(HttpContext)

(Inherited from HttpApplication.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod GetVaryByCustomString(HttpContext, String)

(Inherited from HttpApplication.)

System_CAPS_pubmethod Init()

(Inherited from HttpApplication.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Events

Name Description
System_CAPS_pubevent AcquireRequestState

(Inherited from HttpApplication.)

System_CAPS_pubevent AuthenticateRequest

(Inherited from HttpApplication.)

System_CAPS_pubevent AuthorizeRequest

(Inherited from HttpApplication.)

System_CAPS_pubevent BeginRequest

(Inherited from HttpApplication.)

System_CAPS_pubevent Disposed

(Inherited from HttpApplication.)

System_CAPS_pubevent EndRequest

(Inherited from HttpApplication.)

System_CAPS_pubevent Error

(Inherited from HttpApplication.)

System_CAPS_pubevent LogRequest

(Inherited from HttpApplication.)

System_CAPS_pubevent MapRequestHandler

(Inherited from HttpApplication.)

System_CAPS_pubevent PostAcquireRequestState

(Inherited from HttpApplication.)

System_CAPS_pubevent PostAuthenticateRequest

(Inherited from HttpApplication.)

System_CAPS_pubevent PostAuthorizeRequest

(Inherited from HttpApplication.)

System_CAPS_pubevent PostLogRequest

(Inherited from HttpApplication.)

System_CAPS_pubevent PostMapRequestHandler

(Inherited from HttpApplication.)

System_CAPS_pubevent PostReleaseRequestState

(Inherited from HttpApplication.)

System_CAPS_pubevent PostRequestHandlerExecute

(Inherited from HttpApplication.)

System_CAPS_pubevent PostResolveRequestCache

(Inherited from HttpApplication.)

System_CAPS_pubevent PostUpdateRequestCache

(Inherited from HttpApplication.)

System_CAPS_pubevent PreRequestHandlerExecute

(Inherited from HttpApplication.)

System_CAPS_pubevent PreSendRequestContent

(Inherited from HttpApplication.)

System_CAPS_pubevent PreSendRequestHeaders

(Inherited from HttpApplication.)

System_CAPS_pubevent ReleaseRequestState

(Inherited from HttpApplication.)

System_CAPS_pubevent RequestCompleted

(Inherited from HttpApplication.)

System_CAPS_pubevent ResolveRequestCache

(Inherited from HttpApplication.)

System_CAPS_pubevent UpdateRequestCache

(Inherited from HttpApplication.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privmethod IHttpAsyncHandler.BeginProcessRequest(HttpContext, AsyncCallback, Object)

(Inherited from HttpApplication.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IHttpAsyncHandler.EndProcessRequest(IAsyncResult)

(Inherited from HttpApplication.)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IHttpHandler.ProcessRequest(HttpContext)

(Inherited from HttpApplication.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top