C# Class CSharpUtils.Http.HttpHeader

Mostrar archivo Open project: soywiz/csharputils Class Usage Examples

Public Properties

Property Type Description
Name String
NormalizedName String
Value String

Public Methods

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

Method Details

GetNormalizedName() public static method

public static GetNormalizedName ( String Name ) : String
Name String
return String

HttpHeader() public method

public HttpHeader ( String Name, String Value ) : System
Name String
Value String
return System

ParseValue() public method

public ParseValue ( String FirstKeyName = "Type" ) : String>.Dictionary
FirstKeyName String
return String>.Dictionary

Property Details

Name public_oe property

public String Name
return String

NormalizedName public_oe property

public String NormalizedName
return String

Value public_oe property

public String Value
return String