Method | Description | |
---|---|---|
ApplicationBanner ( string applicationName ) : void |
Shows the banner displaying the application name.
|
|
ShowHttpResponse ( |
Shows the response to an HTTP request on the screen.
|
|
WaitForExit ( ) : void |
Prompts the user to press the escape key to exit.
|
public static ApplicationBanner ( string applicationName ) : void | ||
applicationName | string | The name of the application. |
return | void |
public static ShowHttpResponse ( |
||
server | The |
|
e | The |
|
return | void |