C# Class logv.http.GzipResponse

A GZip compressed response
Inheritance: CachedResponse
Mostrar archivo Open project: coolya/logv.http

Public Methods

Method Description
Close ( ) : void

Closes this instance.

GzipResponse ( IServerResponse res ) : System.IO

Initializes a new instance of the GzipResponse class.

Method Details

Close() public method

Closes this instance.
public Close ( ) : void
return void

GzipResponse() public method

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