C# Class CSharpUtils.Http.HttpHeaderList

Afficher le fichier Open project: soywiz/csharputils Class Usage Examples

Protected Properties

Свойство Type Description
Headers List>.Dictionary

Méthodes publiques

Méthode Description
Append ( String Name, String Value ) : HttpHeaderList
Get ( String Name ) : CSharpUtils.Http.HttpHeader[]
GetOne ( String Name ) : HttpHeader
HttpHeaderList ( ) : System
HttpHeaderList ( String String ) : System
Parse ( String Lines ) : HttpHeaderList
Remove ( String Name ) : HttpHeaderList
Set ( String Name, String Value, bool Overwrite = true ) : HttpHeaderList
SetCookie ( String Name, String Value ) : HttpHeaderList
TryGetOne ( String Name, HttpHeader &HttpHeader ) : bool
WriteTo ( TextWriter Output ) : HttpHeaderList

Méthodes protégées

Méthode Description
_Set ( String _Name, String _Value, bool Append = false, bool Overwrite = true ) : HttpHeaderList

Method Details

Append() public méthode

public Append ( String Name, String Value ) : HttpHeaderList
Name String
Value String
Résultat HttpHeaderList

Get() public méthode

public Get ( String Name ) : CSharpUtils.Http.HttpHeader[]
Name String
Résultat CSharpUtils.Http.HttpHeader[]

GetOne() public méthode

public GetOne ( String Name ) : HttpHeader
Name String
Résultat HttpHeader

HttpHeaderList() public méthode

public HttpHeaderList ( ) : System
Résultat System

HttpHeaderList() public méthode

public HttpHeaderList ( String String ) : System
String String
Résultat System

Parse() public méthode

public Parse ( String Lines ) : HttpHeaderList
Lines String
Résultat HttpHeaderList

Remove() public méthode

public Remove ( String Name ) : HttpHeaderList
Name String
Résultat HttpHeaderList

Set() public méthode

public Set ( String Name, String Value, bool Overwrite = true ) : HttpHeaderList
Name String
Value String
Overwrite bool
Résultat HttpHeaderList

SetCookie() public méthode

public SetCookie ( String Name, String Value ) : HttpHeaderList
Name String
Value String
Résultat HttpHeaderList

TryGetOne() public méthode

public TryGetOne ( String Name, HttpHeader &HttpHeader ) : bool
Name String
HttpHeader HttpHeader
Résultat bool

WriteTo() public méthode

public WriteTo ( TextWriter Output ) : HttpHeaderList
Output TextWriter
Résultat HttpHeaderList

_Set() protected méthode

protected _Set ( String _Name, String _Value, bool Append = false, bool Overwrite = true ) : HttpHeaderList
_Name String
_Value String
Append bool
Overwrite bool
Résultat HttpHeaderList

Property Details

Headers protected_oe property

protected Dictionary> Headers
Résultat List>.Dictionary