C# Class NMaier.SimpleDlna.Server.Headers

Inheritance: IHeaders
Afficher le fichier Open project: nmaier/simpleDLNA Class Usage Examples

Méthodes publiques

Méthode Description
Add ( string>.KeyValuePair item ) : void
Add ( string key, string value ) : void
Clear ( ) : void
Contains ( string>.KeyValuePair item ) : bool
ContainsKey ( string key ) : bool
CopyTo ( string>.KeyValuePair array, int arrayIndex ) : void
GetEnumerator ( ) : string>>.IEnumerator
Headers ( ) : System
Remove ( string>.KeyValuePair item ) : bool
Remove ( string key ) : bool
ToString ( ) : string
TryGetValue ( string key, string &value ) : bool
this ( string key ) : string

Méthodes protégées

Méthode Description
Headers ( bool asIs ) : System

Private Methods

Méthode Description
IEnumerable ( ) : IEnumerator
Normalize ( string header ) : string

Method Details

Add() public méthode

public Add ( string>.KeyValuePair item ) : void
item string>.KeyValuePair
Résultat void

Add() public méthode

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

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( string>.KeyValuePair item ) : bool
item string>.KeyValuePair
Résultat bool

ContainsKey() public méthode

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

CopyTo() public méthode

public CopyTo ( string>.KeyValuePair array, int arrayIndex ) : void
array string>.KeyValuePair
arrayIndex int
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : string>>.IEnumerator
Résultat string>>.IEnumerator

Headers() public méthode

public Headers ( ) : System
Résultat System

Headers() protected méthode

protected Headers ( bool asIs ) : System
asIs bool
Résultat System

Remove() public méthode

public Remove ( string>.KeyValuePair item ) : bool
item string>.KeyValuePair
Résultat bool

Remove() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string

TryGetValue() public méthode

public TryGetValue ( string key, string &value ) : bool
key string
value string
Résultat bool

this() public méthode

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