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
显示文件 Open project: jkells/Owin.Host.MonoHttpListener

Public Methods

Method Description
TryGetValue ( string key, string &value ) : bool

Private Methods

Method Description
RequestHeadersDictionary ( Mono.Net.HttpListenerRequest request ) : System

Method Details

TryGetValue() public method

public TryGetValue ( string key, string &value ) : bool
key string
value string
return bool