C# 클래스 SocialPackage.WebApiApplication

상속: System.Web.HttpApplication
파일 보기 프로젝트 열기: AktivCo/social

보호된 메소드들

메소드 설명
Application_Error ( object sendrer, EventArgs e ) : void
Application_PostAuthenticateRequest ( Object sender, EventArgs e ) : void
Application_Start ( ) : void

메소드 상세

Application_Error() 보호된 메소드

protected Application_Error ( object sendrer, EventArgs e ) : void
sendrer object
e System.EventArgs
리턴 void

Application_PostAuthenticateRequest() 보호된 메소드

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

Application_Start() 보호된 메소드

protected Application_Start ( ) : void
리턴 void