C# Class AutoWPApi.AutoWP.HttpHelper.Header

Helper class to store named-value pairs
Afficher le fichier Open project: ForjaOMF/OMF-WinMobileSDK

Méthodes publiques

Свойство Type Description
Name string
Value string

Méthodes publiques

Méthode Description
Header ( string name, string value ) : System

Method Details

Header() public méthode

public Header ( string name, string value ) : System
name string
value string
Résultat System

Property Details

Name public_oe property

public string Name
Résultat string

Value public_oe property

public string Value
Résultat string