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

Inheritance: HeadersDictionaryBase
Afficher le fichier Open project: jkells/Owin.Host.MonoHttpListener

Méthodes publiques

Méthode Description
Add ( string header, string value ) : void
Remove ( string header ) : bool
TryGetValue ( string header, string &value ) : bool

Méthodes protégées

Méthode Description
Get ( string header ) : string[]

Private Methods

Méthode Description
ResponseHeadersDictionary ( Mono.Net.HttpListenerResponse response ) : System

Method Details

Add() public méthode

public Add ( string header, string value ) : void
header string
value string
Résultat void

Get() protected méthode

protected Get ( string header ) : string[]
header string
Résultat string[]

Remove() public méthode

public Remove ( string header ) : bool
header string
Résultat bool

TryGetValue() public méthode

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