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

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

공개 메소드들

메소드 설명
Describe ( Description description ) : void
Equals ( WriteTextOutput other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Replay ( IHttpResponse response ) : Task
ToString ( ) : string
WriteText ( StringWriter writer ) : void
WriteTextOutput ( string text ) : System

메소드 상세

Describe() 공개 메소드

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

Equals() 공개 메소드

public Equals ( WriteTextOutput other ) : bool
other WriteTextOutput
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Replay() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WriteText() 공개 메소드

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

WriteTextOutput() 공개 메소드

public WriteTextOutput ( string text ) : System
text string
리턴 System