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
파일 보기 프로젝트 열기: jkells/Owin.Host.MonoHttpListener

공개 메소드들

메소드 설명
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