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

Mostra file Open project: DarthFubuMVC/fubumvc

Public Methods

Method Description
ValueFor ( this
headers, HttpRequestHeader header ) : string
ValueFor ( this
headers, HttpResponseHeader header ) : string
ValueFor ( this
headers, string headerName ) : string

Method Details

ValueFor() public static method

public static ValueFor ( this
headers, HttpRequestHeader header ) : string
headers this
header HttpRequestHeader
return string

ValueFor() public static method

public static ValueFor ( this
headers, HttpResponseHeader header ) : string
headers this
header HttpResponseHeader
return string

ValueFor() public static method

public static ValueFor ( this
headers, string headerName ) : string
headers this
headerName string
return string