Property | Type | Description | |
---|---|---|---|
CreateHost | TinyHost, | ||
CreateHost | TinyHost, | ||
Main | int | ||
Main | int |
Method | Description | |
---|---|---|
Execute ( string page, TextWriter tw ) : void | ||
Execute ( string page, string query, TextWriter tw ) : void |
Method | Description | |
---|---|---|
CreateHost ( ) : TinyHost, | ||
CreateHost ( string baseDir ) : TinyHost, | ||
Main ( ) : int | ||
Main ( string args ) : int |
public Execute ( string page, TextWriter tw ) : void | ||
page | string | |
tw | TextWriter | |
return | void |
public Execute ( string page, string query, TextWriter tw ) : void | ||
page | string | |
query | string | |
tw | TextWriter | |
return | void |