C# 클래스 OpenIdRelyingPartyWebForms.Global

상속: System.Web.HttpApplication
파일 보기 프로젝트 열기: yahoo/yos-social-demo-dotnet

공개 프로퍼티들

프로퍼티 타입 설명
Logger log4net.ILog

Private Properties

프로퍼티 타입 설명
stripQueryString string

공개 메소드들

메소드 설명
ToString ( NameValueCollection collection ) : string

보호된 메소드들

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

비공개 메소드들

메소드 설명
stripQueryString ( Uri uri ) : string

메소드 상세

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 ( 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_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

ToString() 공개 정적인 메소드

public static ToString ( NameValueCollection collection ) : string
collection System.Collections.Specialized.NameValueCollection
리턴 string

프로퍼티 상세

Logger 공개적으로 정적으로 프로퍼티

public static log4net.ILog Logger
리턴 log4net.ILog