C# 클래스 FubuMVC.Core.Runtime.InMemoryOutputWriter

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

공개 메소드들

메소드 설명
AppendCookie ( FubuMVC.Core.Http.Cookies.Cookie cookie ) : void
AppendHeader ( string key, string value ) : void
Flush ( ) : void
InMemoryOutputWriter ( ) : System
OutputStream ( ) : Stream
Record ( Func inner ) : Task
RedirectToUrl ( string url ) : void
Replay ( IRecordedOutput output ) : void
ToString ( ) : string
Write ( string renderedOutput ) : Task
Write ( string contentType, Task>.Func output ) : Task
Write ( string contentType, string renderedOutput ) : Task
WriteFile ( string contentType, string localFilePath, string displayName ) : void
WriteResponseCode ( HttpStatusCode status, string description = null ) : void

메소드 상세

AppendCookie() 공개 메소드

public AppendCookie ( FubuMVC.Core.Http.Cookies.Cookie cookie ) : void
cookie FubuMVC.Core.Http.Cookies.Cookie
리턴 void

AppendHeader() 공개 메소드

public AppendHeader ( string key, string value ) : void
key string
value string
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

InMemoryOutputWriter() 공개 메소드

public InMemoryOutputWriter ( ) : System
리턴 System

OutputStream() 공개 메소드

public OutputStream ( ) : Stream
리턴 Stream

Record() 공개 메소드

public Record ( Func inner ) : Task
inner Func
리턴 Task

RedirectToUrl() 공개 메소드

public RedirectToUrl ( string url ) : void
url string
리턴 void

Replay() 공개 메소드

public Replay ( IRecordedOutput output ) : void
output IRecordedOutput
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Write() 공개 메소드

public Write ( string renderedOutput ) : Task
renderedOutput string
리턴 Task

Write() 공개 메소드

public Write ( string contentType, Task>.Func output ) : Task
contentType string
output Task>.Func
리턴 Task

Write() 공개 메소드

public Write ( string contentType, string renderedOutput ) : Task
contentType string
renderedOutput string
리턴 Task

WriteFile() 공개 메소드

public WriteFile ( string contentType, string localFilePath, string displayName ) : void
contentType string
localFilePath string
displayName string
리턴 void

WriteResponseCode() 공개 메소드

public WriteResponseCode ( HttpStatusCode status, string description = null ) : void
status HttpStatusCode
description string
리턴 void