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

Inheritance: IHeaders
Afficher le fichier Open project: DarthFubuMVC/fubumvc Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Has ( string key ) : bool
key string
Résultat bool

Keys() public méthode

public Keys ( ) : IEnumerable
Résultat IEnumerable

NameValueHeaders() public méthode

public NameValueHeaders ( ) : System
Résultat System

NameValueHeaders() public méthode

public NameValueHeaders ( NameValueCollection inner ) : System
inner System.Collections.Specialized.NameValueCollection
Résultat System

Remove() public méthode

public Remove ( string key ) : void
key string
Résultat void

ToDictionary() public méthode

public ToDictionary ( ) : string>.IDictionary
Résultat string>.IDictionary

ToNameValues() public méthode

public ToNameValues ( ) : NameValueCollection
Résultat System.Collections.Specialized.NameValueCollection

this() public méthode

public this ( string key ) : string
key string
Résultat string