C# 클래스 HttpRedirectModule, code

상속: IHttpModule
파일 보기 프로젝트 열기: shendongnian/code

공개 메소드들

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

메소드 상세

ContextBeginRequest() 공개 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

HttpRedirectModule() 공개 메소드

public HttpRedirectModule ( )

Init() 공개 메소드

public Init ( HttpApplication, context ) : void
context HttpApplication,
리턴 void