C# Class FubuMVC.Core.Http.Headers.Header

Inheritance: IRecordedHttpOutput
Mostra file Open project: DarthFubuMVC/fubumvc Class Usage Examples

Public Methods

Method Description
Equals ( Header other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Header ( ) : System
Header ( HttpResponseHeader header, string value ) : System
Header ( string name, string value ) : System
Matches ( string headerName ) : bool
Replay ( IHttpResponse response ) : Task
ToString ( ) : string
Write ( IOutputWriter writer ) : void

Method Details

Equals() public method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Header() public method

public Header ( ) : System
return System

Header() public method

public Header ( HttpResponseHeader header, string value ) : System
header HttpResponseHeader
value string
return System

Header() public method

public Header ( string name, string value ) : System
name string
value string
return System

Matches() public method

public Matches ( string headerName ) : bool
headerName string
return bool

Replay() public method

public Replay ( IHttpResponse response ) : Task
response IHttpResponse
return Task

ToString() public method

public ToString ( ) : string
return string

Write() public method

public Write ( IOutputWriter writer ) : void
writer IOutputWriter
return void