C# Class ExcelService.Startup

显示文件 Open project: TNOCS/csTouch

Public Methods

Method Description
Configuration ( IAppBuilder myApp ) : void

When using WebApp.Start, this is called by convention.

Configure ( string workbookFolder, string usernameHeader ) : void
StartWebApp ( string serverAddress ) : void
StopWebApp ( ) : void

Method Details

Configuration() public method

When using WebApp.Start, this is called by convention.
public Configuration ( IAppBuilder myApp ) : void
myApp IAppBuilder
return void

Configure() public static method

public static Configure ( string workbookFolder, string usernameHeader ) : void
workbookFolder string
usernameHeader string
return void

StartWebApp() public static method

public static StartWebApp ( string serverAddress ) : void
serverAddress string
return void

StopWebApp() public static method

public static StopWebApp ( ) : void
return void