C# Class FubuMVC.Core.Caching.SetContentType

Inheritance: IRecordedHttpOutput, DescribesItself
Show file Open project: DarthFubuMVC/fubumvc Class Usage Examples

Public Methods

Method Description
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

Method Details

Describe() public method

public Describe ( FubuCore.Descriptions.Description description ) : void
description FubuCore.Descriptions.Description
return void

Equals() public method

public Equals ( SetContentType other ) : bool
other SetContentType
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Replay() public method

public Replay ( IHttpResponse response ) : System.Threading.Tasks.Task
response IHttpResponse
return System.Threading.Tasks.Task

SetContentType() public method

public SetContentType ( string contentType ) : System
contentType string
return System

ToString() public method

public ToString ( ) : string
return string