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
衍生
實作

建構函式

名稱 Description
HttpModuleBase()

初始化 HttpModuleBase 類別的新執行個體。

屬性

名稱 Description
FederationConfiguration

取得或設定 FederationConfiguration 目前模組中生效的物件。

方法

名稱 Description
Dispose()

釋放目前類別實例 HttpModuleBase 所使用的資源(記憶體除外)。

Equals(Object)

判斷指定的 物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前實例的 Type

(繼承來源 Object)
Init(HttpApplication)

初始化 HTTP 模組。

InitializeModule(HttpApplication)

當在衍生類別中覆寫時,會初始化目前模組,並準備處理其 ASP.NET 應用物件中的事件。

InitializePropertiesFromConfiguration()

當在衍生類別中覆寫時,會根據物件中對模組生效的值 FederationConfiguration 初始化模組屬性。

MemberwiseClone()

建立目前 Object的淺層複本。

(繼承來源 Object)
ToString()

傳回表示目前 物件的字串。

(繼承來源 Object)

適用於