C# Класс Nancy.Demo.Caching.CachedResponse

Wraps a regular response in a cached response The cached response invokes the old response and stores it as a string. Obviously this only works for ASCII text based responses, so don't use this in a real application :-)
Наследование: Nancy.Response
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CachedResponse ( Response response ) : System

Защищенные методы

Метод Описание
GetContents ( string contents ) : Action

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

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

public CachedResponse ( Response response ) : System
response Nancy.Response
Результат System

GetContents() защищенный статический Метод

protected static GetContents ( string contents ) : Action
contents string
Результат Action