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 | |
---|---|---|
MvcApplication() |
Properties
Name | Description | |
---|---|---|
Application | (Inherited from HttpApplication.) |
|
Context | (Inherited from HttpApplication.) |
|
Events | (Inherited from HttpApplication.) |
|
Modules | (Inherited from HttpApplication.) |
|
Request | (Inherited from HttpApplication.) |
|
Response | (Inherited from HttpApplication.) |
|
Server | (Inherited from HttpApplication.) |
|
Session | (Inherited from HttpApplication.) |
|
Site | (Inherited from HttpApplication.) |
|
User | (Inherited from HttpApplication.) |
Methods
Events
Explicit Interface Implementations
Name | Description | |
---|---|---|
IHttpAsyncHandler.BeginProcessRequest(HttpContext, AsyncCallback, Object) | (Inherited from HttpApplication.) |
|
IHttpAsyncHandler.EndProcessRequest(IAsyncResult) | (Inherited from HttpApplication.) |
|
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