C# Class FubuMVC.Core.Caching.RecordedOutput

Inheritance: IOutputState, IRecordedOutput
Afficher le fichier Open project: DarthFubuMVC/fubumvc Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AddOutput ( IRecordedHttpOutput output ) : void
AppendHeader ( string header, string value ) : void
Flush ( ) : void
GetText ( ) : string
Headers ( ) : IEnumerable
IsEmpty ( ) : bool
RecordedOutput ( IFileSystem fileSystem ) : System
Replay ( IHttpResponse response ) : void
Write ( string renderedOutput ) : Task
Write ( string contentType, Task>.Func action ) : Task
Write ( string contentType, string renderedOutput ) : Task
WriteFile ( string contentType, string localFilePath, string displayName ) : void

Method Details

AddOutput() public méthode

public AddOutput ( IRecordedHttpOutput output ) : void
output IRecordedHttpOutput
Résultat void

AppendHeader() public méthode

public AppendHeader ( string header, string value ) : void
header string
value string
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

GetText() public méthode

public GetText ( ) : string
Résultat string

Headers() public méthode

public Headers ( ) : IEnumerable
Résultat IEnumerable

IsEmpty() public méthode

public IsEmpty ( ) : bool
Résultat bool

RecordedOutput() public méthode

public RecordedOutput ( IFileSystem fileSystem ) : System
fileSystem IFileSystem
Résultat System

Replay() public méthode

public Replay ( IHttpResponse response ) : void
response IHttpResponse
Résultat void

Write() public méthode

public Write ( string renderedOutput ) : Task
renderedOutput string
Résultat Task

Write() public méthode

public Write ( string contentType, Task>.Func action ) : Task
contentType string
action Task>.Func
Résultat Task

Write() public méthode

public Write ( string contentType, string renderedOutput ) : Task
contentType string
renderedOutput string
Résultat Task

WriteFile() public méthode

public WriteFile ( string contentType, string localFilePath, string displayName ) : void
contentType string
localFilePath string
displayName string
Résultat void