C# Class FubuMVC.Core.ServiceBus.Runtime.Headers.NameValueHeaders

Inheritance: IHeaders
Show file Open project: DarthFubuMVC/fubumvc Class Usage Examples

Public Methods

Method Description
Has ( string key ) : bool
Keys ( ) : IEnumerable
NameValueHeaders ( ) : System
NameValueHeaders ( NameValueCollection inner ) : System
Remove ( string key ) : void
ToDictionary ( ) : string>.IDictionary
ToNameValues ( ) : NameValueCollection
this ( string key ) : string

Method Details

Has() public method

public Has ( string key ) : bool
key string
return bool

Keys() public method

public Keys ( ) : IEnumerable
return IEnumerable

NameValueHeaders() public method

public NameValueHeaders ( ) : System
return System

NameValueHeaders() public method

public NameValueHeaders ( NameValueCollection inner ) : System
inner System.Collections.Specialized.NameValueCollection
return System

Remove() public method

public Remove ( string key ) : void
key string
return void

ToDictionary() public method

public ToDictionary ( ) : string>.IDictionary
return string>.IDictionary

ToNameValues() public method

public ToNameValues ( ) : NameValueCollection
return System.Collections.Specialized.NameValueCollection

this() public method

public this ( string key ) : string
key string
return string