HttpModuleBase 类

定义

通过 <system.identityModel.services> 元素 (SystemIdentityModelServicesSection) 配置的 HTTP 模块所派生自的基类。

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
继承
HttpModuleBase
派生
实现

构造函数

HttpModuleBase()

初始化 HttpModuleBase 类的新实例。

属性

FederationConfiguration

获取或设置对于当前模块有效的 FederationConfiguration 对象。

方法

Dispose()

释放由 HttpModuleBase 类的当前实例占用的资源(内存除外)。

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
Init(HttpApplication)

初始化 HTTP 模块。

InitializeModule(HttpApplication)

在派生类中重写时,将初始化当前模块并为其从 ASP.NET 应用程序对象处理事件做好准备。

InitializePropertiesFromConfiguration()

在派生类中重写时,将基于 FederationConfiguration 对象(对其有效)中的值初始化模块属性。

MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于