C# Class OpenIdRelyingPartyWebForms.Global

Inheritance: System.Web.HttpApplication
Mostra file Open project: yahoo/yos-social-demo-dotnet

Public Properties

Property Type Description
Logger log4net.ILog

Private Properties

Property Type Description
stripQueryString string

Public Methods

Method Description
ToString ( NameValueCollection collection ) : string

Protected Methods

Method Description
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

Private Methods

Method Description
stripQueryString ( Uri uri ) : string

Method Details

Application_AuthenticateRequest() protected method

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

Application_BeginRequest() protected method

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

Application_End() protected method

protected Application_End ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Application_EndRequest() protected method

protected Application_EndRequest ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Application_Error() protected method

protected Application_Error ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Application_Start() protected method

protected Application_Start ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

ToString() public static method

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

Property Details

Logger public_oe static_oe property

public static log4net.ILog Logger
return log4net.ILog