C# Class withSIX.Steam.Presentation.AspStartupBase

Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
ConfigureServices ( IServiceCollection services ) : void

Méthodes protégées

Méthode Description
AspStartupBase ( IHostingEnvironment env ) : System
ConfigureApp ( IApplicationBuilder app, System.Action act ) : void

Method Details

AspStartupBase() protected méthode

protected AspStartupBase ( IHostingEnvironment env ) : System
env IHostingEnvironment
Résultat System

ConfigureApp() protected static méthode

protected static ConfigureApp ( IApplicationBuilder app, System.Action act ) : void
app IApplicationBuilder
act System.Action
Résultat void

ConfigureServices() public méthode

public ConfigureServices ( IServiceCollection services ) : void
services IServiceCollection
Résultat void