Méthode | Description | |
---|---|---|
AspStartup ( IHostingEnvironment env ) : System | ||
Configure ( IApplicationBuilder app, IHostingEnvironment env, IMyHubHost hubHost ) : void | ||
ConfigureServices ( IServiceCollection services ) : void |
public AspStartup ( IHostingEnvironment env ) : System | ||
env | IHostingEnvironment | |
Résultat | System |
public Configure ( IApplicationBuilder app, IHostingEnvironment env, IMyHubHost hubHost ) : void | ||
app | IApplicationBuilder | |
env | IHostingEnvironment | |
hubHost | IMyHubHost | |
Résultat | void |
public ConfigureServices ( IServiceCollection services ) : void | ||
services | IServiceCollection | |
Résultat | void |