HttpModuleBase 클래스

정의

system.identityModel.services< 요소()로> 구성할 수 있는 HTTP 모듈이SystemIdentityModelServicesSection 파생되는 기본 클래스입니다.

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
파생
구현

생성자

Name Description
HttpModuleBase()

HttpModuleBase 클래스의 새 인스턴스를 초기화합니다.

속성

Name Description
FederationConfiguration

현재 모듈에 FederationConfiguration 적용되는 개체를 가져오거나 설정합니다.

메서드

Name 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)

적용 대상