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

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

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

Метод Описание
Describe ( FubuCore.Descriptions.Description description ) : void
Equals ( SetContentType other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Replay ( IHttpResponse response ) : System.Threading.Tasks.Task
SetContentType ( string contentType ) : System
ToString ( ) : string

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

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

public Describe ( FubuCore.Descriptions.Description description ) : void
description FubuCore.Descriptions.Description
Результат void

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

public Equals ( SetContentType other ) : bool
other SetContentType
Результат bool

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

public Equals ( object obj ) : bool
obj object
Результат bool

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

public GetHashCode ( ) : int
Результат int

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

public Replay ( IHttpResponse response ) : System.Threading.Tasks.Task
response IHttpResponse
Результат System.Threading.Tasks.Task

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

public SetContentType ( string contentType ) : System
contentType string
Результат System

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

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