C# Класс FubuMVC.Core.Caching.RecordedOutput

Наследование: IOutputState, IRecordedOutput
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Описание методов

AddOutput() публичный Метод

public AddOutput ( IRecordedHttpOutput output ) : void
output IRecordedHttpOutput
Результат void

AppendHeader() публичный Метод

public AppendHeader ( string header, string value ) : void
header string
value string
Результат void

Flush() публичный Метод

public Flush ( ) : void
Результат void

GetText() публичный Метод

public GetText ( ) : string
Результат string

Headers() публичный Метод

public Headers ( ) : IEnumerable
Результат IEnumerable

IsEmpty() публичный Метод

public IsEmpty ( ) : bool
Результат bool

RecordedOutput() публичный Метод

public RecordedOutput ( IFileSystem fileSystem ) : System
fileSystem IFileSystem
Результат System

Replay() публичный Метод

public Replay ( IHttpResponse response ) : void
response IHttpResponse
Результат void

Write() публичный Метод

public Write ( string renderedOutput ) : Task
renderedOutput string
Результат Task

Write() публичный Метод

public Write ( string contentType, Task>.Func action ) : Task
contentType string
action 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