C# Class CSharpUtils.Http.HttpHeader

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

Méthodes publiques

Свойство Type Description
Name String
NormalizedName String
Value String

Méthodes publiques

Méthode Description
GetNormalizedName ( String Name ) : String
HttpHeader ( String Name, String Value ) : System
ParseValue ( String FirstKeyName = "Type" ) : String>.Dictionary

Method Details

GetNormalizedName() public static méthode

public static GetNormalizedName ( String Name ) : String
Name String
Résultat String

HttpHeader() public méthode

public HttpHeader ( String Name, String Value ) : System
Name String
Value String
Résultat System

ParseValue() public méthode

public ParseValue ( String FirstKeyName = "Type" ) : String>.Dictionary
FirstKeyName String
Résultat String>.Dictionary

Property Details

Name public_oe property

public String Name
Résultat String

NormalizedName public_oe property

public String NormalizedName
Résultat String

Value public_oe property

public String Value
Résultat String