C# Class PersonalAnalytics.Visualizations.HttpReqResp

Mostra file Open project: sealuzh/PersonalAnalytics Class Usage Examples

Private Properties

Property Type Description
HttpReqResp System

Public Methods

Method 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

Method Description
HttpReqResp ( string host, string script, string query ) : System

Method Details

SetHeader() public method

public SetHeader ( string name, string value ) : void
name string
value string
return void

Write() public method

public Write ( byte bytes ) : void
bytes byte
return void

Write() public method

public Write ( string str ) : void
str string
return void

WriteLine() public method

public WriteLine ( string str ) : void
str string
return void

this() public method

public this ( string name ) : string
name string
return string