HttpModuleBase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The base class from which HTTP modules that are configurable with the <system.identityModel.services> element (SystemIdentityModelServicesSection) derive.
public ref class HttpModuleBase abstract : System::Web::IHttpModule
public abstract class HttpModuleBase : System.Web.IHttpModule
type HttpModuleBase = class
interface IHttpModule
Public MustInherit Class HttpModuleBase
Implements IHttpModule
- Inheritance
-
HttpModuleBase
- Derived
- Implements
Constructors
HttpModuleBase() |
Initializes a new instance of the HttpModuleBase class. |
Properties
FederationConfiguration |
Gets or sets the FederationConfiguration object that is in effect for the current module. |
Methods
Dispose() |
Releases the resources (except memory) used by the current instance of the HttpModuleBase class. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
Init(HttpApplication) |
Initializes the HTTP module. |
InitializeModule(HttpApplication) |
When overridden in a derived class, initializes the current module and prepares it to handle events from its ASP.NET application object. |
InitializePropertiesFromConfiguration() |
When overridden in a derived class, initializes module properties based on values in the FederationConfiguration object that is in effect for it. |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |