C# 클래스 FubuMVC.Core.Http.RecordingHttpResponse

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

공개 메소드들

메소드 설명
AllHeaders ( ) : IEnumerable
AllText ( ) : string
AppendHeader ( string key, string value ) : void
Flush ( ) : void
HeaderValueFor ( string headerKey ) : IEnumerable
Redirect ( string url ) : void
UseEncoding ( IHttpContentEncoding encoding ) : void
Write ( Task>.Func output ) : System.Threading.Tasks.Task
Write ( string content ) : System.Threading.Tasks.Task
WriteContentType ( string contentType ) : void
WriteFile ( string file ) : void
WriteResponseCode ( HttpStatusCode status, string description = null ) : void

메소드 상세

AllHeaders() 공개 메소드

public AllHeaders ( ) : IEnumerable
리턴 IEnumerable

AllText() 공개 메소드

public AllText ( ) : string
리턴 string

AppendHeader() 공개 메소드

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

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

HeaderValueFor() 공개 메소드

public HeaderValueFor ( string headerKey ) : IEnumerable
headerKey string
리턴 IEnumerable

Redirect() 공개 메소드

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

UseEncoding() 공개 메소드

public UseEncoding ( IHttpContentEncoding encoding ) : void
encoding IHttpContentEncoding
리턴 void

Write() 공개 메소드

public Write ( Task>.Func output ) : System.Threading.Tasks.Task
output Task>.Func
리턴 System.Threading.Tasks.Task

Write() 공개 메소드

public Write ( string content ) : System.Threading.Tasks.Task
content string
리턴 System.Threading.Tasks.Task

WriteContentType() 공개 메소드

public WriteContentType ( string contentType ) : void
contentType string
리턴 void

WriteFile() 공개 메소드

public WriteFile ( string file ) : void
file string
리턴 void

WriteResponseCode() 공개 메소드

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