C# 클래스 SecurePages.Infrastructure.SecurePageModule

상속: IHttpModule
파일 보기 프로젝트 열기: webadvanced/Secure-Page-manager-for-asp.net

공개 메소드들

메소드 설명
ContextBeginRequest ( object sender, EventArgs e ) : void
Dispose ( ) : void
Init ( System.Web.HttpApplication context ) : void

비공개 메소드들

메소드 설명
SecurePageModule ( ) : System

메소드 상세

ContextBeginRequest() 공개 정적인 메소드

public static ContextBeginRequest ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Init() 공개 메소드

public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication
리턴 void