C# Class PhotoSharingApp.AppService.Startup

Class to configure App Service.
Afficher le fichier Open project: Microsoft/Appsample-Photosharing

Méthodes publiques

Méthode Description
Configuration ( IAppBuilder app ) : void

Configures the webApi dependency injection to start the service.

ConfigureMobileApp ( IAppBuilder app ) : void

Configures the webApi dependency injection to start the service.

Private Methods

Méthode Description
ConfigureWebApiDependencies ( ) : IContainer

Method Details

Configuration() public méthode

Configures the webApi dependency injection to start the service.
public Configuration ( IAppBuilder app ) : void
app IAppBuilder The Azure app service mobile app to configure.
Résultat void

ConfigureMobileApp() public static méthode

Configures the webApi dependency injection to start the service.
public static ConfigureMobileApp ( IAppBuilder app ) : void
app IAppBuilder The Azure app service mobile app to configure.
Résultat void