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)

適用於