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

Inheritance: HeadersDictionaryBase
Exibir arquivo Open project: jkells/Owin.Host.MonoHttpListener

Public Methods

Method Description
Add ( string header, string value ) : void
Remove ( string header ) : bool
TryGetValue ( string header, string &value ) : bool

Protected Methods

Method Description
Get ( string header ) : string[]

Private Methods

Method Description
ResponseHeadersDictionary ( Mono.Net.HttpListenerResponse response ) : System

Method Details

Add() public method

public Add ( string header, string value ) : void
header string
value string
return void

Get() protected method

protected Get ( string header ) : string[]
header string
return string[]

Remove() public method

public Remove ( string header ) : bool
header string
return bool

TryGetValue() public method

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