C# 클래스 Elmah.HttpModuleBase

Provides an abstract base class for IHttpModule that supports discovery from within partial trust environments.
상속: IHttpModule
파일 보기 프로젝트 열기: elmah/Elmah

보호된 메소드들

메소드 설명
OnDispose ( ) : void

Disposes of the resources (other than memory) used by the module.

OnInit ( System.Web.HttpApplication application ) : void

Initializes the module and prepares it to handle requests.

비공개 메소드들

메소드 설명
IHttpModule ( ) : void
IHttpModule ( System.Web.HttpApplication context ) : void

메소드 상세

OnDispose() 보호된 메소드

Disposes of the resources (other than memory) used by the module.
protected OnDispose ( ) : void
리턴 void

OnInit() 보호된 메소드

Initializes the module and prepares it to handle requests.
protected OnInit ( System.Web.HttpApplication application ) : void
application System.Web.HttpApplication
리턴 void