C# Класс 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.
Наследование: HeadersDictionaryBase
Показать файл Открыть проект

Открытые методы

Метод Описание
TryGetValue ( string key, string &value ) : bool

Приватные методы

Метод Описание
RequestHeadersDictionary ( Mono.Net.HttpListenerRequest request ) : System

Описание методов

TryGetValue() публичный Метод

public TryGetValue ( string key, string &value ) : bool
key string
value string
Результат bool