C# 클래스 BinderSample.Web.MyHttpApplication

상속: System.Web.HttpApplication
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
MyHttpApplication ( ) : System

보호된 메소드들

메소드 설명
Application_BeginRequest ( Object sender, EventArgs e ) : void
Application_EndRequest ( Object sender, EventArgs e ) : void
Application_Start ( Object sender, EventArgs e ) : void
Session_Start ( Object sender, EventArgs e ) : void

메소드 상세

Application_BeginRequest() 보호된 메소드

protected Application_BeginRequest ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
리턴 void

Application_EndRequest() 보호된 메소드

protected Application_EndRequest ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
리턴 void

Application_Start() 보호된 메소드

protected Application_Start ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
리턴 void

MyHttpApplication() 공개 메소드

public MyHttpApplication ( ) : System
리턴 System

Session_Start() 보호된 메소드

protected Session_Start ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
리턴 void