Property | Type | Description | |
---|---|---|---|
context | System.Web.HttpContextBase |
Method | Description | |
---|---|---|
CanGZip ( HttpRequestBase request ) : bool | ||
ProcessRequest ( HttpContext __context ) : void | ||
WriteBytes ( byte bytes, bool isCompressed ) : void | ||
send304Redirect ( ) : bool | ||
setCacheHeaders ( ) : void |
Method | Description | |
---|---|---|
GetScriptFileNames ( string setName ) : string[] | ||
ScriptCombiner ( ) : System |
public CanGZip ( HttpRequestBase request ) : bool | ||
request | HttpRequestBase | |
return | bool |
public ProcessRequest ( HttpContext __context ) : void | ||
__context | HttpContext | |
return | void |
public WriteBytes ( byte bytes, bool isCompressed ) : void | ||
bytes | byte | |
isCompressed | bool | |
return | void |