C# Class PhotoSharingApp.AppService.Startup

Class to configure App Service.
Datei anzeigen Open project: Microsoft/Appsample-Photosharing

Public Methods

Method 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

Method Description
ConfigureWebApiDependencies ( ) : IContainer

Method Details

Configuration() public method

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

ConfigureMobileApp() public static method

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.
return void