C# 클래스 OzarkRecovery.Web.Modules.ConfigurationModule

상속: IHttpModule
파일 보기 프로젝트 열기: ozarkrecovery/TracerBullet

공개 메소드들

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

비공개 메소드들

메소드 설명
ConfigurationIsInitialized ( HttpContext context ) : bool
IsConfigurationGet ( HttpRequest request ) : bool
IsConfigurationRequest ( HttpRequest request ) : bool
IsResourceRequest ( HttpRequest request ) : bool
SaveConfiguration ( HttpContext context ) : void

메소드 상세

BeginRequest() 공개 메소드

public BeginRequest ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Init() 공개 메소드

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