C# Class logv.http.GzipResponse

A GZip compressed response
Inheritance: CachedResponse
Afficher le fichier Open project: coolya/logv.http

Méthodes publiques

Méthode Description
Close ( ) : void

Closes this instance.

GzipResponse ( IServerResponse res ) : System.IO

Initializes a new instance of the GzipResponse class.

Method Details

Close() public méthode

Closes this instance.
public Close ( ) : void
Résultat void

GzipResponse() public méthode

Initializes a new instance of the GzipResponse class.
public GzipResponse ( IServerResponse res ) : System.IO
res IServerResponse The res.
Résultat System.IO