C# Class ExcelService.Startup

Afficher le fichier Open project: TNOCS/csTouch

Méthodes publiques

Méthode 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 méthode

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

Configure() public static méthode

public static Configure ( string workbookFolder, string usernameHeader ) : void
workbookFolder string
usernameHeader string
Résultat void

StartWebApp() public static méthode

public static StartWebApp ( string serverAddress ) : void
serverAddress string
Résultat void

StopWebApp() public static méthode

public static StopWebApp ( ) : void
Résultat void