C# Class Owin.Host.MonoHttpListener.RequestProcessing.RequestHeadersDictionary

This wraps HttpListenerRequest's WebHeaderCollection (NameValueCollection) and adapts it to the OWIN required IDictionary surface area. It remains fully mutable, but you will be subject to the header validations performed by the underlying collection.
Inheritance: HeadersDictionaryBase
Afficher le fichier Open project: jkells/Owin.Host.MonoHttpListener

Méthodes publiques

Méthode Description
TryGetValue ( string key, string &value ) : bool

Private Methods

Méthode Description
RequestHeadersDictionary ( Mono.Net.HttpListenerRequest request ) : System

Method Details

TryGetValue() public méthode

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