C# Class TinyHost, gert

Inheritance: MarshalByRefObject
Show file Open project: mono/gert Class Usage Examples

Private Properties

Property Type Description
CreateHost TinyHost,
CreateHost TinyHost,
Main int
Main int

Public Methods

Method Description
Execute ( string page, TextWriter tw ) : void
Execute ( string page, string query, TextWriter tw ) : void

Private Methods

Method Description
CreateHost ( ) : TinyHost,
CreateHost ( string baseDir ) : TinyHost,
Main ( ) : int
Main ( string args ) : int

Method Details

Execute() public method

public Execute ( string page, TextWriter tw ) : void
page string
tw TextWriter
return void

Execute() public method

public Execute ( string page, string query, TextWriter tw ) : void
page string
query string
tw TextWriter
return void