Class BusinessFoundationInitializeModule
Represents business foundation initialize module.
You will need to configure this module in the web.config file of your web and register it with IIS before being able to use it. For more information see the following link: http://go.microsoft.com/?linkid=8101007
Inheritance
System.Object
BusinessFoundationInitializeModule
Implements
System.Web.IHttpModule
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Core.Modules
Assembly: Mediachase.Commerce.dll
Version: 10.8.0Syntax
public class BusinessFoundationInitializeModule : IHttpModule
Constructors
BusinessFoundationInitializeModule()
Declaration
public BusinessFoundationInitializeModule()
Methods
Dispose()
Disposes of the resources (other than memory) used by the module that implements System.Web.IHttpModule.
Declaration
public void Dispose()
Init(HttpApplication)
Initializes a module and prepares it to handle requests.
Declaration
public void Init(HttpApplication context)
Parameters
Type | Name | Description |
---|---|---|
System.Web.HttpApplication | context | An System.Web.HttpApplication that provides access to the methods, properties, and events common to all application objects within an ASP.NET application |
Implements
System.Web.IHttpModule