C# Class Gallatin.Core.Web.HttpHeaders

Inheritance: IHttpHeaders
Afficher le fichier Open project: williamoneill/Gallatin Class Usage Examples

Méthodes publiques

Méthode Description
AsEnumerable ( ) : string>>.IEnumerable
HttpHeaders ( string>.List headers ) : System
Remove ( string key ) : void
RemoveKeyValue ( string key, string value ) : void
RenameKey ( string oldKeyName, string newKeyName ) : void
UpsertKeyValue ( string key, string value ) : void
this ( string key ) : string

Private Methods

Méthode Description
TryFindByKey ( string key, string>.KeyValuePair &header ) : bool

Method Details

AsEnumerable() public méthode

public AsEnumerable ( ) : string>>.IEnumerable
Résultat string>>.IEnumerable

HttpHeaders() public méthode

public HttpHeaders ( string>.List headers ) : System
headers string>.List
Résultat System

Remove() public méthode

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

RemoveKeyValue() public méthode

public RemoveKeyValue ( string key, string value ) : void
key string
value string
Résultat void

RenameKey() public méthode

public RenameKey ( string oldKeyName, string newKeyName ) : void
oldKeyName string
newKeyName string
Résultat void

UpsertKeyValue() public méthode

public UpsertKeyValue ( string key, string value ) : void
key string
value string
Résultat void

this() public méthode

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