C# 클래스 Westwind.MessageQueueing.WebHostSample.Global

상속: System.Web.HttpApplication
파일 보기 프로젝트 열기: RickStrahl/Westwind.QueueMessageManager

공개 메소드들

메소드 설명
Application_Error ( ) : void

보호된 메소드들

메소드 설명
Application_AuthenticateRequest ( object sender, EventArgs e ) : void
Application_BeginRequest ( object sender, EventArgs e ) : void
Application_End ( ) : void
Application_Error ( object sender, EventArgs e ) : void
Application_Start ( object sender, EventArgs e ) : void
Session_End ( object sender, EventArgs e ) : void
Session_Start ( object sender, EventArgs e ) : void

메소드 상세

Application_AuthenticateRequest() 보호된 메소드

protected Application_AuthenticateRequest ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

Application_BeginRequest() 보호된 메소드

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

Application_End() 보호된 메소드

protected Application_End ( ) : void
리턴 void

Application_Error() 공개 메소드

public Application_Error ( ) : void
리턴 void

Application_Error() 보호된 메소드

protected Application_Error ( 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

Session_End() 보호된 메소드

protected Session_End ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

Session_Start() 보호된 메소드

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