C# Class StrontiumServer.Program

The class used to launch the application.
Show file Open project: jimevans/strontium

Public Methods

Method Description
Main ( string args ) : void

The main entry point into the application.

Private Methods

Method Description
CheckForUrlReservation ( Options commandLineOptions ) : bool
Console_CancelKeyPress ( object sender, ConsoleCancelEventArgs e ) : void
LogVersionDetails ( Options commandLineOptions ) : void
OnRemoteServerShutdownRequested ( object sender, EventArgs e ) : void
ReserveUrl ( string reservePath, bool isAdmin ) : bool
ShutdownServer ( ) : void

Method Details

Main() public static method

The main entry point into the application.
public static Main ( string args ) : void
args string The set of arguments passed in on the command line.
return void