C# Class ASPNETCoreAngular2Demo.Startup

Show file Open project: FabianGosebrink/ASPNET-Core-Angular2-SignalR-Typescript

Public Methods

Method Description
Configure ( IApplicationBuilder app, ILoggerFactory loggerFactory ) : void
ConfigureServices ( IServiceCollection services ) : void
Startup ( IHostingEnvironment env ) : ASPNETCoreAngular2Demo.Models

Method Details

Configure() public method

public Configure ( IApplicationBuilder app, ILoggerFactory loggerFactory ) : void
app IApplicationBuilder
loggerFactory ILoggerFactory
return void

ConfigureServices() public method

public ConfigureServices ( IServiceCollection services ) : void
services IServiceCollection
return void

Startup() public method

public Startup ( IHostingEnvironment env ) : ASPNETCoreAngular2Demo.Models
env IHostingEnvironment
return ASPNETCoreAngular2Demo.Models