Свойство | Type | Description | |
---|---|---|---|
ContextPostReleaseRequestState | void | ||
IHttpModule | void | ||
IHttpModule | void | ||
IsEncodingAccepted | bool | ||
SetEncoding | void | ||
SetHeaders | void | ||
context_Error | void |
Méthode | Description | |
---|---|---|
CompressResponse ( |
Compresses the response stream using either deflate or gzip depending on the client.
|
Méthode | Description | |
---|---|---|
ContextPostReleaseRequestState ( object sender, |
Handles the BeginRequest event of the context control.
|
|
IHttpModule ( ) : void |
Disposes of the resources (other than memory) used by the module that implements
|
|
IHttpModule ( System.Web.HttpApplication context ) : void |
Initializes a module and prepares it to handle requests.
|
|
IsEncodingAccepted ( string encoding ) : bool |
Checks the request headers to see if the specified encoding is accepted by the client.
|
|
SetEncoding ( string encoding ) : void |
Adds the specified encoding to the response headers.
|
|
SetHeaders ( |
||
context_Error ( object sender, |
public static CompressResponse ( |
||
context | /// The HTTP context to compress. /// | |
Résultat | void |