C# Class PersonalAnalytics.Visualizations.HttpReqResp

Afficher le fichier Open project: sealuzh/PersonalAnalytics Class Usage Examples

Private Properties

Свойство Type Description
HttpReqResp System

Méthodes publiques

Méthode Description
SetHeader ( string name, string value ) : void
Write ( byte bytes ) : void
Write ( string str ) : void
WriteLine ( string str ) : void
this ( string name ) : string

Private Methods

Méthode Description
HttpReqResp ( string host, string script, string query ) : System

Method Details

SetHeader() public méthode

public SetHeader ( string name, string value ) : void
name string
value string
Résultat void

Write() public méthode

public Write ( byte bytes ) : void
bytes byte
Résultat void

Write() public méthode

public Write ( string str ) : void
str string
Résultat void

WriteLine() public méthode

public WriteLine ( string str ) : void
str string
Résultat void

this() public méthode

public this ( string name ) : string
name string
Résultat string