C# Class AutoWPApi.AutoWP.HttpHelper.Header

Helper class to store named-value pairs
Show file Open project: ForjaOMF/OMF-WinMobileSDK

Public Properties

Property Type Description
Name string
Value string

Public Methods

Method Description
Header ( string name, string value ) : System

Method Details

Header() public method

public Header ( string name, string value ) : System
name string
value string
return System

Property Details

Name public property

public string Name
return string

Value public property

public string Value
return string