C# 클래스 IronSharePoint.IronHttpModule

상속: IHttpModule
파일 보기 프로젝트 열기: ExpertsInside/IronSP

공개 메소드들

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

비공개 메소드들

메소드 설명
CleanUp ( System.Web.HttpApplication application ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EndRequest() 공개 메소드

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

Error() 공개 메소드

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

Init() 공개 메소드

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