C# 클래스 logv.http.CachedResponse

A response the caches the output stream into a MemoryStream and sends it to client async when it is closed
상속: ServerResponse, IDisposable, IServerResponse
파일 보기 프로젝트 열기: coolya/logv.http

공개 메소드들

메소드 설명
Close ( ) : void

Closes the Response

비공개 메소드들

메소드 설명
CachedResponse ( IServerResponse res ) : System
Commit ( ) : void

Commits this instance.

메소드 상세

Close() 공개 메소드

Closes the Response
public Close ( ) : void
리턴 void