C# 클래스 FubuMVC.Core.Caching.WriteStream

상속: IRecordedHttpOutput
파일 보기 프로젝트 열기: DarthFubuMVC/fubumvc 1 사용 예제들

공개 메소드들

메소드 설명
Describe ( Description description ) : void
ReadAll ( ) : string
Replay ( IHttpResponse response ) : Task
WriteStream ( MemoryStream stream ) : System
WriteText ( StringWriter writer ) : void

메소드 상세

Describe() 공개 메소드

public Describe ( Description description ) : void
description Description
리턴 void

ReadAll() 공개 메소드

public ReadAll ( ) : string
리턴 string

Replay() 공개 메소드

public Replay ( IHttpResponse response ) : Task
response IHttpResponse
리턴 Task

WriteStream() 공개 메소드

public WriteStream ( MemoryStream stream ) : System
stream System.IO.MemoryStream
리턴 System

WriteText() 공개 메소드

public WriteText ( StringWriter writer ) : void
writer System.IO.StringWriter
리턴 void