C# Class ScriptCombiner, Master

Inheritance: IHttpHandler
Afficher le fichier Open project: TeamMentor-OWASP/Master Class Usage Examples

Méthodes publiques

Свойство Type Description
context System.Web.HttpContextBase

Méthodes publiques

Méthode Description
CanGZip ( HttpRequestBase request ) : bool
ProcessRequest ( HttpContext __context ) : void
WriteBytes ( byte bytes, bool isCompressed ) : void
send304Redirect ( ) : bool
setCacheHeaders ( ) : void

Private Methods

Méthode Description
GetScriptFileNames ( string setName ) : string[]
ScriptCombiner ( ) : System

Method Details

CanGZip() public méthode

public CanGZip ( HttpRequestBase request ) : bool
request HttpRequestBase
Résultat bool

ProcessRequest() public méthode

public ProcessRequest ( HttpContext __context ) : void
__context HttpContext
Résultat void

WriteBytes() public méthode

public WriteBytes ( byte bytes, bool isCompressed ) : void
bytes byte
isCompressed bool
Résultat void

send304Redirect() public méthode

public send304Redirect ( ) : bool
Résultat bool

setCacheHeaders() public méthode

public setCacheHeaders ( ) : void
Résultat void

Property Details

context public_oe property

public HttpContextBase,System.Web context
Résultat System.Web.HttpContextBase