C# Class logv.http.CachedResponse

A response the caches the output stream into a MemoryStream and sends it to client async when it is closed
Inheritance: ServerResponse, IDisposable, IServerResponse
Datei anzeigen Open project: coolya/logv.http

Public Methods

Method Description
Close ( ) : void

Closes the Response

Private Methods

Method Description
CachedResponse ( IServerResponse res ) : System
Commit ( ) : void

Commits this instance.

Method Details

Close() public method

Closes the Response
public Close ( ) : void
return void