C# 클래스 PhotoSharingApp.AppService.Startup

Class to configure App Service.
파일 보기 프로젝트 열기: Microsoft/Appsample-Photosharing

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
ConfigureWebApiDependencies ( ) : IContainer

메소드 상세

Configuration() 공개 메소드

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

ConfigureMobileApp() 공개 정적인 메소드

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.
리턴 void