C# Class Glimpse.Net.Responder.GlimpseResponders

Mostra file Open project: avanderhoorn/Glimpse Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetResponderFor ( System.Web.HttpApplication application ) : Glimpse.Net.Responder.GlimpseResponder
GlimpseResponders ( ) : System.Collections.Generic
RegisterConverters ( ) : void
StandardResponse ( System.Web.HttpApplication application ) : string

Method Details

GetResponderFor() public method

public GetResponderFor ( System.Web.HttpApplication application ) : Glimpse.Net.Responder.GlimpseResponder
application System.Web.HttpApplication
return Glimpse.Net.Responder.GlimpseResponder

GlimpseResponders() public method

public GlimpseResponders ( ) : System.Collections.Generic
return System.Collections.Generic

RegisterConverters() public method

public RegisterConverters ( ) : void
return void

StandardResponse() public method

public StandardResponse ( System.Web.HttpApplication application ) : string
application System.Web.HttpApplication
return string