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
Afficher le fichier Open project: coolya/logv.http

Méthodes publiques

Méthode Description
Close ( ) : void

Closes the Response

Private Methods

Méthode Description
CachedResponse ( IServerResponse res ) : System
Commit ( ) : void

Commits this instance.

Method Details

Close() public méthode

Closes the Response
public Close ( ) : void
Résultat void