IOT Dash
Public Member Functions | Properties | List of all members
IotDash.Startup Class Reference

Public Member Functions

 Startup (IConfiguration configuration)
 
void ConfigureServices (IServiceCollection services)
 
void Configure (IApplicationBuilder app, IWebHostEnvironment env)
 

Properties

IConfiguration Configuration [get]
 

Detailed Description

This class is responsible for configuring all service and installing them into the container. It also configures the HTTP request pipeline.

Member Function Documentation

◆ Configure()

void IotDash.Startup.Configure ( IApplicationBuilder  app,
IWebHostEnvironment  env 
)
inline

This method gets called by the runtime. HTTP request pipeline is configured in this method.

Parameters
appProvides mechanisms to configure application request pipelies.
envProvides information about the hosting environment.

◆ ConfigureServices()

void IotDash.Startup.ConfigureServices ( IServiceCollection  services)
inline

This method gets called by the runtime. Use this method to add services to the container.

Parameters
servicesContainer into which services are installed.

The documentation for this class was generated from the following file: